]> git.saurik.com Git - apple/shell_cmds.git/blame - pwd/Makefile
shell_cmds-118.tar.gz
[apple/shell_cmds.git] / pwd / Makefile
CommitLineData
41a2c555
A
1Project = pwd
2Install_Dir = /bin
44bd5ea7
A
3
4CFILES = pwd.c
41a2c555 5MANPAGES = pwd.1
44bd5ea7 6
41a2c555
A
7Extra_CC_Flags = -Wall -mdynamic-no-pic \
8 -D__FBSDID=__RCSID
9Extra_LD_Flags = -dead_strip
44bd5ea7 10
41a2c555 11include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make