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