freebsd-dev/usr.sbin/adduser/Makefile

13 lines
310 B
Makefile
Raw Normal View History

1997-02-22 16:15:28 +00:00
# $Id$
SCRIPTS= adduser.perl rmuser.perl addgroup.tcl rmgroup.sh
MAN8= adduser.8 rmuser.8 addgroup.8 rmgroup.8
1994-12-30 07:18:23 +00:00
beforeinstall:
.for script in ${SCRIPTS}
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/${script} ${DESTDIR}${BINDIR}/${script:R}
.endfor
1994-12-30 07:18:23 +00:00
.include <bsd.prog.mk>