Remove extra targets per Bruce suggestion.

Use more macros instead of hardcoded things
This commit is contained in:
Andrey A. Chernov 1994-12-30 15:38:04 +00:00
parent 7ccdf7da4c
commit 99e4807ade
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5294

View File

@ -1,9 +1,7 @@
MAN8= adduser.8
clean obj:
beforeinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/adduser.perl ${DESTDIR}${BINDIR}/adduser
.include <bsd.prog.mk>