##
# Makefile for zephyr
##

# Project info
Project               = zephyr
UserType              = Administration
ToolType              = Commands
Install_Prefix        = /usr/local
Install_Man           = /usr/local/share/man
Extra_CC_Flags        = -DX_DISPLAY_MISSING -DZEPHYR_USES_KERBEROS
Extra_Configure_Flags = --datadir="/usr/local/share/zephyr"						\
			--sysconfdir="/usr/local/etc/zephyr"						\
			--with-krb4=/Local/Library/Frameworks/Kerberos.framework/Headers/kerberosIV
Extra_Install_Flags   = datadir="$(DSTROOT)/usr/local/share/zephyr"					\
			confdir="$(DSTROOT)/usr/local/etc/zephyr"

# It's a GNU Source project
include /System/Developer/Makefiles/CoreOS/ReleaseControl/GNUSource.make
