summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/manctl/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/usr.sbin/manctl/Makefile b/usr.sbin/manctl/Makefile
index af83bf7..5272740 100644
--- a/usr.sbin/manctl/Makefile
+++ b/usr.sbin/manctl/Makefile
@@ -1,11 +1,9 @@
# Makefile
-# $Id: Makefile,v 1.1.1.1 1994/04/17 21:26:21 csgr Exp $
+# $Id: Makefile,v 1.2 1994/04/19 06:43:36 csgr Exp $
-all: manctl.sh
- /bin/cp ${.CURDIR}/manctl.sh manctl
+all:
+ @echo -n
install: all
- install -o ${BINOWN} -g ${BINGRP} -m 555 manctl \
+ install -c -o ${BINOWN} -g ${BINGRP} -m 555 ${.CURDIR}/manctl.sh \
${DESTDIR}/usr/sbin/manctl
-
-.include <bsd.prog.mk>
OpenPOWER on IntegriCloud