##
# Makefile for tcsh
##

# Project info
Project               = tcsh
Extra_CC_Flags        = -D_SPEED_T
Extra_Configure_Flags = --bindir="/bin"
Extra_Install_Flags   = bindir="$(DSTROOT)/bin"
UserType              = Administration
ToolType              = Commands

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