]> git.saurik.com Git - apple/file_cmds.git/blob - du/Makefile
637be1b60745f9efa18be17b43afe153a1320a02
[apple/file_cmds.git] / du / Makefile
1 Project = du
2 Install_Dir = /usr/bin
3
4 CFILES = du.c
5 MANPAGES = du.1
6
7 Extra_CC_Flags = -Wall -mdynamic-no-pic \
8 -D__FBSDID=__RCSID
9 Extra_LD_Flags = -dead_strip
10
11 include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make