summaryrefslogtreecommitdiffstats
path: root/adduser/Makefile
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2002-12-03 05:41:09 +0000
committerScott Long <scottl@FreeBSD.org>2002-12-03 05:41:09 +0000
commit947f8d29cb95cc2cca135ba261063df1806da2ec (patch)
treed185d7304940d3fca49a6c38fb14c8a9f3d68a01 /adduser/Makefile
parent59f4e321f857f45239599e1339b19422c7f97514 (diff)
downloadpw-darwin-947f8d29cb95cc2cca135ba261063df1806da2ec.tar.gz
pw-darwin-947f8d29cb95cc2cca135ba261063df1806da2ec.tar.zst
pw-darwin-947f8d29cb95cc2cca135ba261063df1806da2ec.zip
Replace the perl versions of adduser and rmuser with shell script versions.
Submitted by: Mike Makonnen <mtm@identd.net> Approved by: re
Diffstat (limited to 'adduser/Makefile')
-rw-r--r--adduser/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/adduser/Makefile b/adduser/Makefile
index baccd55..e1a1e3a 100644
--- a/adduser/Makefile
+++ b/adduser/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-SCRIPTS=adduser.perl rmuser.perl
+SCRIPTS=adduser.sh rmuser.sh
MAN= adduser.8 rmuser.8
.include <bsd.prog.mk>