xref: /openbsd/share/dict/Makefile (revision 3d8817e4)
1#	$OpenBSD: Makefile,v 1.2 2000/03/02 14:46:34 todd Exp $
2#	from: @(#)Makefile	5.1.1.1 (Berkeley) 5/7/91
3
4# Missing: connectives, words
5
6FILES=	README propernames web2 web2a
7NOOBJ=	noobj
8LINKS=	${BINDIR}/dict/web2 ${BINDIR}/dict/words
9
10all clean cleandir depend lint tags:
11
12realinstall:
13	install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
14	    ${DESTDIR}${BINDIR}/dict
15
16.include <bsd.prog.mk>
17