]> git.cameronkatri.com Git - pw-darwin.git/blobdiff - adduser/Makefile
This is just a forced-commit to note that the previous commit addresses
[pw-darwin.git] / adduser / Makefile
index e35992ce23191c1cd41420b6fc93eb519fc19cd3..e1a1e3a0f87ea43c4135ddec2a51a39fcad982be 100644 (file)
@@ -1,7 +1,6 @@
-MAN8=   adduser.8
+# $FreeBSD$
 
-beforeinstall:
-       ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
-           ${.CURDIR}/adduser.perl ${DESTDIR}${BINDIR}/adduser
+SCRIPTS=adduser.sh rmuser.sh
+MAN=   adduser.8 rmuser.8
 
 .include <bsd.prog.mk>