xref: /original-bsd/usr.bin/ptx/Makefile (revision 6b4229fb)
1#	@(#)Makefile	8.1 (Berkeley) 06/06/93
2
3PROG=	ptx
4
5beforeinstall:
6	install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/eign \
7	    ${DESTDIR}/usr/share/dict
8
9.include <bsd.prog.mk>
10