#	BSDI Makefile,v 2.1 1995/02/03 17:08:53 polk Exp

FILES=	adm.pl util.pl

tags depend:

install: beforeinstall

beforeinstall:
	for f in ${FILES}; do \
		install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
			${.CURDIR}/$$f ${DESTDIR}/${LIBDIR}; \
	done

.include <bsd.prog.mk>
