freebsd-src/share/dict/Makefile
1994-05-30 19:09:18 +00:00

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>