freebsd-nq/usr.sbin/adduser/Makefile

15 lines
284 B
Makefile
Raw Normal View History

1999-08-28 01:35:59 +00:00
# $FreeBSD$
1999-02-09 17:23:03 +00:00
MAINTAINER= wosch
SCRIPTS= adduser.perl rmuser.perl
MAN8= adduser.8 rmuser.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>