freebsd-dev/share/dict/Makefile
David E. O'Brien 94af69baa9 I really didn't want to maintain this.
(so *that's* why the Makefile looked rather strange)
1999-10-27 09:02:49 +00:00

17 lines
375 B
Makefile

# ex:ts=8
# @(#)Makefile 8.1 (Berkeley) 6/5/93
# $FreeBSD$
# XXX MISSING: connectives words
FILES= README propernames web2 web2a
NOOBJ= noobj
all clean cleandir depend lint tags:
install:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${SHAREMODE} ${FILES} \
${DESTDIR}${BINDIR}/dict
(cd ${DESTDIR}${BINDIR}/dict; rm -f words; ln -s web2 words)
.include <bsd.prog.mk>