]> git.saurik.com Git - apple/file_cmds.git/blob - dd/Makefile
4b9c70f116eba8b9e7e51f6c0c201eff713fe085
[apple/file_cmds.git] / dd / Makefile
1 Project = dd
2 Install_Dir = /bin
3
4 CFILES = args.c conv.c conv_tab.c dd.c misc.c position.c
5 MANPAGES = dd.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