]> git.cameronkatri.com Git - pw-darwin.git/commitdiff
Add makefile for adduser.
authorGary Clark II <gclarkii@FreeBSD.org>
Wed, 28 Dec 1994 07:35:09 +0000 (07:35 +0000)
committerGary Clark II <gclarkii@FreeBSD.org>
Wed, 28 Dec 1994 07:35:09 +0000 (07:35 +0000)
Would a makefile guru please look this over to make sure I did this right?

adduser/Makefile [new file with mode: 0644]

diff --git a/adduser/Makefile b/adduser/Makefile
new file mode 100644 (file)
index 0000000..aaec2a4
--- /dev/null
@@ -0,0 +1,15 @@
+
+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:
+
+.include <bsd.prog.mk>
+