Home | History | Annotate | Line # | Download | only in dict
Makefile revision 1.1
      1 #	@(#)Makefile	5.1.1.1 (Berkeley) 5/7/91
      2 
      3 # Missing: connectives, words
      4 
      5 FILES=	README propernames web2 web2a
      6 NOOBJ=	noobj
      7 
      8 all clean cleandir depend lint tags:
      9 
     10 install:
     11 	install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
     12 	    ${DESTDIR}${BINDIR}/dict
     13 
     14 .include <bsd.prog.mk>
     15