]>
Commit | Line | Data |
---|---|---|
916eb79e A |
1 | Project = sync |
2 | Install_Dir = /bin | |
1815bff5 A |
3 | |
4 | CFILES = sync.c | |
916eb79e | 5 | MANPAGES = sync.8 |
1815bff5 | 6 | |
8459d725 | 7 | Extra_CC_Flags = -Wall -Werror |
ef8ad44b A |
8 | Extra_CC_Flags += -D__FBSDID=__RCSID |
9 | Extra_LD_Flags = -dead_strip | |
10 | ||
916eb79e | 11 | include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make |