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

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

1.1       cgd         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:
1.2     ! cgd        11:        @@if [ ! -d ${DESTDIR}${BINDIR}/dict ]; then \
        !            12:                 /bin/rm -f ${DESTDIR}${BINDIR}/dict ; \
        !            13:                 mkdir -p ${DESTDIR}${BINDIR}/dict ; \
        !            14:                 chown root.wheel ${DESTDIR}${BINDIR}/dict ; \
        !            15:                 chmod 755 ${DESTDIR}${BINDIR}/dict ; \
        !            16:         else \
        !            17:                 true ; \
        !            18:         fi
1.1       cgd        19:        install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
                     20:            ${DESTDIR}${BINDIR}/dict
                     21:
                     22: .include <bsd.prog.mk>

CVSweb <webmaster@jp.NetBSD.org>