diff options
| author | Gary Clark II <gclarkii@FreeBSD.org> | 1994-12-28 07:35:09 +0000 |
|---|---|---|
| committer | Gary Clark II <gclarkii@FreeBSD.org> | 1994-12-28 07:35:09 +0000 |
| commit | 0b102aed1066f283ddde210dd92bf6ae0086610a (patch) | |
| tree | 5994a01d122e2c19681660d444fb5bd3fa4a9cbf /usr.sbin/adduser/Makefile | |
| parent | 4baf40c2ef6198ebd9b1e4bfe8f7a68c5e517484 (diff) | |
Add makefile for adduser.
Would a makefile guru please look this over to make sure I did this right?
Notes
svn path=/head/; revision=5266
Diffstat (limited to 'usr.sbin/adduser/Makefile')
| -rw-r--r-- | usr.sbin/adduser/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/usr.sbin/adduser/Makefile b/usr.sbin/adduser/Makefile new file mode 100644 index 000000000000..aaec2a439b5b --- /dev/null +++ b/usr.sbin/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 <bsd.prog.mk> + |
