summaryrefslogtreecommitdiffstats
path: root/adduser/Makefile
blob: aaec2a439b5b5499dc97fbcadffa9692be98e1b7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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>