1# @(#)Makefile 5.1 (Berkeley) 06/19/90 2 3FILES= README connectives propernames web2 web2a words 4NOOBJ= noobj 5 6all clean cleandir depend lint tags: 7 8install: 9 install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \ 10 ${DESTDIR}${BINDIR}/dict 11 12.include <bsd.prog.mk> 13