]> git.saurik.com Git - apple/shell_cmds.git/blob - seq/Makefile
9a556a023963ae3864f1a9e95d70d3ffa81fc135
[apple/shell_cmds.git] / seq / Makefile
1 Project = seq
2 Install_Dir = /usr/bin
3
4 CFILES = seq.c
5 MANPAGES = seq.1
6
7 Extra_CC_Flags = -Wall -D__FBSDID=__RCSID
8 Extra_LD_Flags = -dead_strip
9
10 include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make