Makefile revision 1.1
11.1Scgd# @(#)Makefile 5.1.1.1 (Berkeley) 5/7/91 21.1Scgd 31.1Scgd# Missing: connectives, words 41.1Scgd 51.1ScgdFILES= README propernames web2 web2a 61.1ScgdNOOBJ= noobj 71.1Scgd 81.1Scgdall clean cleandir depend lint tags: 91.1Scgd 101.1Scgdinstall: 111.1Scgd install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \ 121.1Scgd ${DESTDIR}${BINDIR}/dict 131.1Scgd 141.1Scgd.include <bsd.prog.mk> 15