Makefile revision 5266
1
2STRIP=   
3PROG= adduser
4
5
6afterinstall:
7	install -c -o ${BINOWN} -g ${BINGRP} -m 444 userids /etc
8	install -c -o ${BINOWN} -g ${BINGRP} -m 444 adduser.conf /etc
9
10cleandir:
11clean:
12obj:
13
14.include <bsd.prog.mk>
15
16