]> 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 aaec2a439b5b5499dc97fbcadffa9692be98e1b7..e1a1e3a0f87ea43c4135ddec2a51a39fcad982be 100644 (file)
@@ -1,15 +1,6 @@
+# $FreeBSD$
 
-STRIP=   
-PROG= adduser
-
-
-afterinstall:
-       install -c -o ${BINOWN} -g ${BINGRP} -m 444 userids /etc
-       install -c -o ${BINOWN} -g ${BINGRP} -m 444 adduser.conf /etc
-
-cleandir:
-clean:
-obj:
+SCRIPTS=adduser.sh rmuser.sh
+MAN=   adduser.8 rmuser.8
 
 .include <bsd.prog.mk>
-