xref: /original-bsd/usr.bin/ptx/Makefile (revision e59fb703)
1#	@(#)Makefile	5.3 (Berkeley) 05/11/90
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