1# @(#)Makefile 8.1 (Berkeley) 6/5/93 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