]> 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 da403a336fc094eea5e1036ff1850adc0baaa5cf..e35992ce23191c1cd41420b6fc93eb519fc19cd3 100644 (file)
@@ -1,7 +1,7 @@
 MAN8=   adduser.8
 
 beforeinstall:
-       install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
-           ${.CURDIR}/adduser.sh ${DESTDIR}${BINDIR}/adduser
+       ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+           ${.CURDIR}/adduser.perl ${DESTDIR}${BINDIR}/adduser
 
 .include <bsd.prog.mk>