freebsd-dev/share/dict/Makefile

17 lines
375 B
Makefile
Raw Normal View History

1999-10-26 07:51:24 +00:00
# ex:ts=8
1994-05-30 19:09:18 +00:00
# @(#)Makefile 8.1 (Berkeley) 6/5/93
1999-08-28 00:22:10 +00:00
# $FreeBSD$
1994-05-30 19:09:18 +00:00
# XXX MISSING: connectives words
FILES= README propernames web2 web2a
1994-05-30 19:09:18 +00:00
NOOBJ= noobj
all clean cleandir depend lint tags:
install:
1998-01-03 14:13:48 +00:00
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${SHAREMODE} ${FILES} \
1994-05-30 19:09:18 +00:00
${DESTDIR}${BINDIR}/dict
(cd ${DESTDIR}${BINDIR}/dict; rm -f words; ln -s web2 words)
1994-05-30 19:09:18 +00:00
.include <bsd.prog.mk>