diff --git a/usr.sbin/manctl/Makefile b/usr.sbin/manctl/Makefile index af83bf7cfe99..527274054555 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