BSD 4_3_Reno release
[unix-history] / usr / src / usr.bin / diction / diction / Makefile
CommitLineData
1c15e888 1# @(#)Makefile 5.2 (Berkeley) 6/19/90
2f33aea7 2
8dc9b1d8 3PROG= dprog
2f33aea7 4BINDIR= /usr/libexec
8dc9b1d8 5MAN1= diction.0
2f33aea7
KB
6MLINKS= diction.1 explain.1
7
8beforeinstall:
9 install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
10 ${.CURDIR}/dict.d ${DESTDIR}/usr/share/dict
11 install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
12 ${.CURDIR}/diction.sh ${DESTDIR}/usr/bin/diction
13
14.include "../../Makefile.inc"
15.include <bsd.prog.mk>