freebsd-dev/share/dict/Makefile

14 lines
279 B
Makefile
Raw Normal View History

1994-05-30 19:09:18 +00:00
# @(#)Makefile 8.1 (Berkeley) 6/5/93
# XXX MISSING: connectives words
FILES= README propernames web2 web2a
1994-05-30 19:09:18 +00:00
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>