Makefile   [plain text]


Project = getopt
Install_Dir = /usr/bin

CFILES = getopt.c
MANPAGES = getopt.1

Extra_CC_Flags = -Wall
Extra_LD_Flags = -dead_strip

include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make