file_cmds-202.2.tar.gz
[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 = -Werror -Wall -mdynamic-no-pic -D__FBSDID=__RCSID -D_DARWIN_USE_64_BIT_INODE
8 Extra_LD_Flags = -dead_strip
9
10 include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make