>From: "Andrew A. Chernov, Black Mage" <ache@astral.msk.su>
[unix-history] / share / dict / Makefile
CommitLineData
15637ed4
RG
1# @(#)Makefile 5.1.1.1 (Berkeley) 5/7/91
2
3# Missing: connectives, words
4
5FILES= README propernames web2 web2a
6NOOBJ= noobj
7
8all clean cleandir depend lint tags:
9
10install:
11 install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
12 ${DESTDIR}${BINDIR}/dict
13
14.include <bsd.prog.mk>