Deleted Added
full compact
1MAN8= adduser.8
2
3beforeinstall:
4 install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
5 ${.CURDIR}/adduser.sh ${DESTDIR}${BINDIR}/adduser
6
7.include <bsd.prog.mk>