Makefile   [plain text]


Project = repquota
ProductType = tool
Install_Dir = /usr/sbin

CFILES = repquota.c
MANPAGES = repquota.8

Extra_CC_Flags = -Wall -Werror 
Extra_LD_Flags = -dead_strip 
include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make