]>
Commit | Line | Data |
---|---|---|
1 | Project = nologin | |
2 | Install_Dir = /sbin | |
3 | ||
4 | CFILES = nologin.c | |
5 | MANPAGES = nologin.5 nologin.8 | |
6 | ||
7 | Extra_CC_Flags = -Wall -Werror -mdynamic-no-pic | |
8 | Extra_CC_Flags += -D__FBSDID=__RCSID | |
9 | Extra_LD_Flags = -dead_strip | |
10 | ||
11 | include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make |