aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorGeoff Rehmet <csgr@FreeBSD.org>1994-05-26 20:16:49 +0000
committerGeoff Rehmet <csgr@FreeBSD.org>1994-05-26 20:16:49 +0000
commit21b2d32daf14b6c36f4c753837b17d438052c592 (patch)
treedf91d494c9082337a554ffd12fbd5c87caf5f770 /usr.sbin
parentfb502a37dc171e1653be78f510f9a2019f8a4598 (diff)
Notes
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/manctl/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/manctl/Makefile b/usr.sbin/manctl/Makefile
index 527274054555..f56c66d2304d 100644
--- a/usr.sbin/manctl/Makefile
+++ b/usr.sbin/manctl/Makefile
@@ -1,5 +1,5 @@
# Makefile
-# $Id: Makefile,v 1.2 1994/04/19 06:43:36 csgr Exp $
+# $Id: Makefile,v 1.3 1994/05/26 07:52:23 csgr Exp $
all:
@echo -n
@@ -7,3 +7,5 @@ all:
install: all
install -c -o ${BINOWN} -g ${BINGRP} -m 555 ${.CURDIR}/manctl.sh \
${DESTDIR}/usr/sbin/manctl
+
+.include <bsd.prog.mk>