>From Jordan

Fix braindeadness in my makefile
This commit is contained in:
Geoff Rehmet 1994-05-26 07:52:23 +00:00
parent 3219c922a9
commit f38100393f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1562

View file

@ -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>