Home | History | Annotate | Line # | Download | only in usd
Makefile revision 1.8
      1  1.7  cgd #	@(#)Makefile	8.2 (Berkeley) 4/20/94
      2  1.1  cgd 
      3  1.7  cgd # The following modules do not build/install:
      4  1.7  cgd # 08.mh
      5  1.3  cgd 
      6  1.8  cgd # Missing:
      7  1.8  cgd # 07.mail 13.viref 14.jove 15.sed 28.bib 30.rogue 31.trek
      8  1.8  cgd 
      9  1.8  cgd # Missing from 4.4BSD-Lite:
     10  1.8  cgd # 01.begin 02.learn 03.shell 05.dc 06.bc 09.edtut 10.edadv 11.vitut
     11  1.8  cgd # 12.exref 16.awk 17.msmacros 21.troff 22.trofftut 23.eqn 24.eqnguide
     12  1.8  cgd # 25.tbl 26.refer 27.invert 29.diction
     13  1.8  cgd 
     14  1.1  cgd BINDIR=	/usr/share/doc/usd
     15  1.1  cgd FILES=	00.contents Makefile Title
     16  1.8  cgd .ifnmake install
     17  1.8  cgd SUBDIR=	04.csh 18.msdiffs 19.memacros 20.meref
     18  1.8  cgd .else
     19  1.8  cgd TOP=	../../..
     20  1.8  cgd SUBDIR=	04.csh 18.msdiffs 19.memacros 20.meref
     21  1.8  cgd .endif
     22  1.5  jtc 
     23  1.7  cgd Title.ps: ${FILES}
     24  1.7  cgd 	groff Title > ${.TARGET}
     25  1.7  cgd 
     26  1.7  cgd contents.ps: ${FILES}
     27  1.7  cgd 	groff -ms 00.contents > ${.TARGET}
     28  1.7  cgd 
     29  1.7  cgd beforeinstall:
     30  1.1  cgd 	install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
     31  1.1  cgd 	    ${DESTDIR}${BINDIR}
     32  1.1  cgd 
     33  1.1  cgd .include <bsd.subdir.mk>
     34