]> git.saurik.com Git - apple/system_cmds.git/blobdiff - shutdown.tproj/Makefile
system_cmds-336.17.tar.gz
[apple/system_cmds.git] / shutdown.tproj / Makefile
index 73d25a81540d710a06dfb671e119c8a1044aa919..e0df19de2d9f773a9cb928d8ecdebf2c84435d91 100644 (file)
@@ -15,9 +15,10 @@ PROJECT_TYPE = Tool
 HFILES = pathnames.h
 
 CFILES = shutdown.c
+DEFSFILES = kextmanager.defs
 
 OTHERSRCS = Makefile.preamble Makefile Makefile.postamble Makefile.dist\
-            shutdown.8
+            shutdown.8 $(DEFSFILES)
 
 
 MAKEFILEDIR = $(MAKEFILEPATH)/pb_makefiles
@@ -26,7 +27,7 @@ MAKEFILE = tool.make
 NEXTSTEP_INSTALLDIR = /sbin
 WINDOWS_INSTALLDIR = /sbin
 PDO_UNIX_INSTALLDIR = /sbin
-LIBS = 
+LIBS = -lbsm
 DEBUG_LIBS = $(LIBS)
 PROF_LIBS = $(LIBS)