home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / share / dict / Makefile next >
Encoding:
Makefile  |  1991-05-07  |  281 b   |  15 lines

  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.