#       BSDI $Id: Makefile,v 1.1.1.1 1992/07/28 00:44:09 polk Exp $

.include "../../Makefile.inc"

PROG=test-distrib
NOMAN=noman
BINDIR=${ETCDIR}

beforeinstall:
	install -c -o ${BINOWN} -g ${BINGRP} -m 0444 \
		${.CURDIR}/testfile ${DESTDIR}${ETCDIR}/testfile

.include <bsd.prog.mk>
