freebsd-nq/usr.sbin/adduser/Makefile

13 lines
312 B
Makefile
Raw Normal View History

# $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>