13 lines
264 B
Makefile
13 lines
264 B
Makefile
|
# @(#)Makefile 8.1 (Berkeley) 6/5/93
|
||
|
|
||
|
FILES= README connectives propernames web2 web2a words
|
||
|
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>
|