386BSD 0.1 development
[unix-history] / usr / othersrc / share / dict / Makefile
CommitLineData
3ef13632
WJ
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>