]> git.cameronkatri.com Git - pw-darwin.git/blobdiff - adduser/Makefile
Restore historical behaviour of only executing chflags on files that exist.
[pw-darwin.git] / adduser / Makefile
index f60716f90ef8a576aef78568fcd1ca480b1a32a7..0ca2dae1e97b6b43fc63fce045de3faa80603c65 100644 (file)
@@ -1,14 +1,6 @@
-#      $Id: Makefile,v 1.12 1997/07/05 19:12:43 pst Exp $
+# $FreeBSD$
 
-MAINTAINER= wosch
-
-SCRIPTS= adduser.perl rmuser.perl
-MAN8=   adduser.8    rmuser.8
-
-beforeinstall:
-.for script in ${SCRIPTS}
-       ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
-           ${.CURDIR}/${script} ${DESTDIR}${BINDIR}/${script:R}
-.endfor
+SCRIPTS=adduser.sh rmuser.sh
+MAN=   adduser.conf.5 adduser.8 rmuser.8
 
 .include <bsd.prog.mk>