From: Gary Clark II Date: Wed, 28 Dec 1994 07:35:09 +0000 (+0000) Subject: Add makefile for adduser. X-Git-Url: https://git.cameronkatri.com/pw-darwin.git/commitdiff_plain/904f1176b9442546dad457e5016b492472072ebc Add makefile for adduser. Would a makefile guru please look this over to make sure I did this right? --- diff --git a/adduser/Makefile b/adduser/Makefile new file mode 100644 index 0000000..aaec2a4 --- /dev/null +++ b/adduser/Makefile @@ -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 +