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