freebsd_amp_hwpstate/usr.sbin/adduser/Makefile

8 lines
167 B
Makefile
Raw Normal View History

1994-12-30 12:03:48 +00:00
MAN8= adduser.8
1994-12-30 07:18:23 +00:00
beforeinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
1994-12-30 12:03:48 +00:00
${.CURDIR}/adduser.sh ${DESTDIR}${BINDIR}/adduser
1994-12-30 07:18:23 +00:00
.include <bsd.prog.mk>