Add makefile for adduser.
Would a makefile guru please look this over to make sure I did this right?
This commit is contained in:
parent
90e40a4fbb
commit
840e179f52
15
usr.sbin/adduser/Makefile
Normal file
15
usr.sbin/adduser/Makefile
Normal file
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user