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

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

1.3       mycroft     1: #      from: @(#)Makefile      5.1.1.1 (Berkeley) 5/7/91
1.7     ! thorpej     2: #      $Id: Makefile,v 1.6 1994/02/10 01:54:10 cgd Exp $
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:
1.5       jtc        11:
1.4       mycroft    12: realinstall:
1.7     ! thorpej    13:        ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
1.1       cgd        14:            ${DESTDIR}${BINDIR}/dict
                     15:
                     16: .include <bsd.prog.mk>

CVSweb <webmaster@jp.NetBSD.org>