Makefile revision 43805
1#	$Id: Makefile,v 1.12 1997/07/05 19:12:43 pst Exp $
2
3MAINTAINER= wosch
4
5SCRIPTS= adduser.perl rmuser.perl
6MAN8=	 adduser.8    rmuser.8
7
8beforeinstall:
9.for script in ${SCRIPTS}
10	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
11	    ${.CURDIR}/${script} ${DESTDIR}${BINDIR}/${script:R}
12.endfor
13
14.include <bsd.prog.mk>
15