first pass for new make
[unix-history] / usr / src / usr.bin / diction / diction / Makefile
# @(#)Makefile 5.1 (Berkeley) %G%
PROG= diction
BINDIR= /usr/libexec
MLINKS= diction.1 explain.1
beforeinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
${.CURDIR}/dict.d ${DESTDIR}/usr/share/dict
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/diction.sh ${DESTDIR}/usr/bin/diction
.include "../../Makefile.inc"
.include <bsd.prog.mk>