]> git.saurik.com Git - apple/shell_cmds.git/blob - lastcomm/Makefile
a411f109c57989b3aa6a5ed43cc9688813dd642d
[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
9 Extra_LD_Flags = -dead_strip
10
11 include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make