]> git.cameronkatri.com Git - pw-darwin.git/blobdiff - adduser/Makefile
Use arc4random_uniform() to avoid "modulo bias"
[pw-darwin.git] / adduser / Makefile
index bd448af18577722c0eb8fb801f40543df49a07bc..0ca2dae1e97b6b43fc63fce045de3faa80603c65 100644 (file)
@@ -1,11 +1,6 @@
-# TODO:
-# rename adduser adduser.sh
-# rename adduser.1 adduser.8
+# $FreeBSD$
 
-MAN1=  adduser.1
-
-beforeinstall:
-       install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
-           ${.CURDIR}/adduser ${DESTDIR}${BINDIR}/adduser
+SCRIPTS=adduser.sh rmuser.sh
+MAN=   adduser.conf.5 adduser.8 rmuser.8
 
 .include <bsd.prog.mk>