]> git.saurik.com Git - apple/system_cmds.git/blobdiff - nologin.tproj/Makefile
system_cmds-496.tar.gz
[apple/system_cmds.git] / nologin.tproj / Makefile
index d38cd3b5b4d808ae23898e232952912a0f8e1b28..733213455bbc13f87372e3542f26532a5ed6b6dd 100644 (file)
@@ -1,9 +1,11 @@
 Project = nologin
 Install_Dir = /sbin
 
-MANPAGES = nologin.8
+CFILES = nologin.c
+MANPAGES = nologin.5 nologin.8
 
-include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make
+Extra_CC_Flags = -Wall -Werror -mdynamic-no-pic
+Extra_CC_Flags += -D__FBSDID=__RCSID
+Extra_LD_Flags = -dead_strip
 
-after_install:
-       $(INSTALL_SCRIPT) nologin.sh $(DSTROOT)/$(Install_Dir)/nologin
+include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make