]> git.cameronkatri.com Git - pw-darwin.git/blobdiff - adduser/Makefile
Add missing semicolon so that this module compiles whithout -DYP.
[pw-darwin.git] / adduser / Makefile
index aaec2a439b5b5499dc97fbcadffa9692be98e1b7..e35992ce23191c1cd41420b6fc93eb519fc19cd3 100644 (file)
@@ -1,15 +1,7 @@
+MAN8=   adduser.8
 
-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:
+beforeinstall:
+       ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+           ${.CURDIR}/adduser.perl ${DESTDIR}${BINDIR}/adduser
 
 .include <bsd.prog.mk>
-