aboutsummaryrefslogtreecommitdiffstats
path: root/system_cmds/shutdown.tproj/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'system_cmds/shutdown.tproj/Makefile')
-rw-r--r--system_cmds/shutdown.tproj/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/system_cmds/shutdown.tproj/Makefile b/system_cmds/shutdown.tproj/Makefile
new file mode 100644
index 0000000..3d12099
--- /dev/null
+++ b/system_cmds/shutdown.tproj/Makefile
@@ -0,0 +1,8 @@
+PROG= shutdown
+MAN= shutdown.8
+
+LDADD+=-lbsm -framework IOKit -liosexec
+
+BINDIR=/usr/sbin
+
+.include <bsd.prog.mk>