summaryrefslogtreecommitdiffstats
path: root/adduser/Makefile
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1994-12-30 12:13:08 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1994-12-30 12:13:08 +0000
commitde6fe9dfc87c0f87a00363e540f15d7108039659 (patch)
tree81200b9974ee00d4c9c55e69ee327192e21b5477 /adduser/Makefile
parent00377f73956377bc4453f1694332582a3c60d814 (diff)
downloadpw-darwin-de6fe9dfc87c0f87a00363e540f15d7108039659.tar.gz
pw-darwin-de6fe9dfc87c0f87a00363e540f15d7108039659.tar.zst
pw-darwin-de6fe9dfc87c0f87a00363e540f15d7108039659.zip
Oops, rename adduser.sh to adduser.perl
Add empty clean and obj targets.
Diffstat (limited to 'adduser/Makefile')
-rw-r--r--adduser/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/adduser/Makefile b/adduser/Makefile
index da403a3..f1764cd 100644
--- a/adduser/Makefile
+++ b/adduser/Makefile
@@ -1,7 +1,9 @@
MAN8= adduser.8
+clean obj:
+
beforeinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
- ${.CURDIR}/adduser.sh ${DESTDIR}${BINDIR}/adduser
+ ${.CURDIR}/adduser.perl ${DESTDIR}${BINDIR}/adduser
.include <bsd.prog.mk>