Makefile   [plain text]


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

CFILES = quot.c
MANPAGES = quot.8

Extra_CC_Flags = -Wall -Werror -mdynamic-no-pic
Extra_LD_Flags = -dead_strip

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