aboutsummaryrefslogtreecommitdiff
path: root/sbin/chkconfig/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/chkconfig/Makefile')
-rw-r--r--sbin/chkconfig/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/sbin/chkconfig/Makefile b/sbin/chkconfig/Makefile
new file mode 100644
index 000000000000..6374cd860a80
--- /dev/null
+++ b/sbin/chkconfig/Makefile
@@ -0,0 +1,6 @@
+# $Id: Makefile,v 1.1 1993/11/11 05:25:27 wollman Exp $
+
+PROG= chkconfig
+MAN8= chkconfig.8
+
+.include <bsd.prog.mk>