freebsd-skq/usr.sbin/adduser/Makefile
ache a308868ddc Oops, rename adduser.sh to adduser.perl
Add empty clean and obj targets.
1994-12-30 12:13:08 +00:00

10 lines
181 B
Makefile

MAN8= adduser.8
clean obj:
beforeinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/adduser.perl ${DESTDIR}${BINDIR}/adduser
.include <bsd.prog.mk>