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

# 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 444 ${FILES} \
	    ${DESTDIR}${BINDIR}/dict

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud