Makefile   [plain text]


Project = locate.code
Install_Dir = /usr/libexec

CFILES = locate.code.c

Extra_CC_Flags = -Wall \
	-I../locate
Extra_LD_Flags = -dead_strip

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