NetBSD/share/dict/Makefile

15 lines
281 B
Makefile
Raw Normal View History

1993-03-21 12:45:37 +03:00
# @(#)Makefile 5.1.1.1 (Berkeley) 5/7/91
# Missing: connectives, words
FILES= README propernames web2 web2a
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>