4.3BSD-Reno/src/usr.bin/ptx/Makefile

#	@(#)Makefile	5.3 (Berkeley) 5/11/90

PROG=	ptx

beforeinstall:
	install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/eign \
	    ${DESTDIR}/usr/share/dict

.include <bsd.prog.mk>