]> git.cameronkatri.com Git - pw-darwin.git/blobdiff - adduser/Makefile
Use the .Fx macro where appropriate.
[pw-darwin.git] / adduser / Makefile
index f1764cd2dcdce6fde004eb5af5d828a91642c33c..e35992ce23191c1cd41420b6fc93eb519fc19cd3 100644 (file)
@@ -1,9 +1,7 @@
 MAN8=   adduser.8
 
-clean obj:
-
 beforeinstall:
-       install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+       ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
            ${.CURDIR}/adduser.perl ${DESTDIR}${BINDIR}/adduser
 
 .include <bsd.prog.mk>