file_cmds-188.tar.gz
[apple/file_cmds.git] / install / Makefile
1 Project = install
2 Install_Dir = /usr/bin
3
4 CFILES = xinstall.c
5 MANPAGES = install.1
6
7 Extra_CC_Flags = -Wall -mdynamic-no-pic \
8 -D__FBSDID=__RCSID \
9 -include TargetConditionals.h
10 Extra_LD_Flags = -dead_strip
11
12 include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make