summaryrefslogtreecommitdiffstats
path: root/adduser/Makefile
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1994-12-30 15:38:04 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1994-12-30 15:38:04 +0000
commit8572d684c6a8d3b8a0d0c6a6e9c7764c93ea3185 (patch)
treec3622488b18aca450f62ea577064d913cb4c2ead /adduser/Makefile
parentc4d2b46fd07b67fccc27f3981a205804b83685a0 (diff)
downloadpw-darwin-8572d684c6a8d3b8a0d0c6a6e9c7764c93ea3185.tar.gz
pw-darwin-8572d684c6a8d3b8a0d0c6a6e9c7764c93ea3185.tar.zst
pw-darwin-8572d684c6a8d3b8a0d0c6a6e9c7764c93ea3185.zip
Remove extra targets per Bruce suggestion.
Use more macros instead of hardcoded things
Diffstat (limited to 'adduser/Makefile')
-rw-r--r--adduser/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/adduser/Makefile b/adduser/Makefile
index f1764cd..cb5ed7f 100644
--- a/adduser/Makefile
+++ b/adduser/Makefile
@@ -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>