summaryrefslogtreecommitdiffstats
path: root/share/dict/Makefile
blob: 16bf9d0148f39d71f85fb33e8136f91484a6976b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#	@(#)Makefile	8.1 (Berkeley) 6/5/93
#	$Id$

# 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>
OpenPOWER on IntegriCloud