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

Annotation of src/share/doc/usd/Makefile, Revision 1.5

1.4       mycroft     1: #      from: @(#)Makefile      5.1.1.1 (Berkeley) 5/7/91
1.5     ! jtc         2: #      $Id: Makefile,v 1.4 1993/07/31 15:29:28 mycroft Exp $
1.1       cgd         3:
                      4: #Missing: 01.begin 02.learn 03.shell 05.dc 06.bc 08.mh 12.edtut 13.edadv
                      5: #        17.jove 18.sed 19.awk 20.msmacros 24.troff 25.trofftut 26.eqn
                      6: #        27.eqnguide 28.tbl 29.refer 30.invert 31.bib 32.diction
1.3       cgd         7: #
                      8: #Broken:  11.notes
                      9:
1.1       cgd        10: BINDIR=        /usr/share/doc/usd
                     11: FILES= 00.contents Makefile Title
                     12: SUBDIR=        04.csh 07.Mail \
                     13:        09.newsread 10.etiq 14.edit 15.vi \
                     14:        16.ex 21.msdiffs 22.memacros \
                     15:        23.meref \
                     16:        33.rogue 34.trek
                     17:
                     18: beforeinstall:
1.5     ! jtc        19:        @install -d -o root -g wheel -m 755 ${DESTDIR}${BINDIR}
        !            20:
        !            21: realinstall:
1.1       cgd        22:        install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
                     23:            ${DESTDIR}${BINDIR}
                     24:
                     25: .include <bsd.subdir.mk>

CVSweb <webmaster@jp.NetBSD.org>