[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / share / dict

Annotation of src/share/dict/Makefile, Revision 1.9

1.9     ! mikel       1: #      $NetBSD$
        !             2: #      @(#)Makefile    8.1 (Berkeley) 6/5/93
1.1       cgd         3:
                      4: # Missing: connectives, words
                      5:
                      6: FILES= README propernames web2 web2a
                      7: NOOBJ= noobj
1.4       mycroft     8: LINKS= ${BINDIR}/dict/web2 ${BINDIR}/dict/words
1.1       cgd         9:
                     10: all clean cleandir depend lint tags:
                     11:
                     12: .include <bsd.prog.mk>

CVSweb <webmaster@jp.NetBSD.org>