1 1.19 lukem # $NetBSD: Makefile,v 1.19 1999/02/14 09:47:46 lukem Exp $ 2 1.16 perry # 3 1.15 mrg # @(#)Makefile 8.3 (Berkeley) 5/16/94 4 1.19 lukem 5 1.19 lukem .include <bsd.own.mk> 6 1.1 cgd 7 1.7 cgd # The following modules do not build/install: 8 1.7 cgd # 08.mh 9 1.3 cgd 10 1.8 cgd # Missing: 11 1.8 cgd # 07.mail 13.viref 14.jove 15.sed 28.bib 30.rogue 31.trek 12 1.8 cgd 13 1.8 cgd # Missing from 4.4BSD-Lite: 14 1.8 cgd # 01.begin 02.learn 03.shell 05.dc 06.bc 09.edtut 10.edadv 11.vitut 15 1.8 cgd # 12.exref 16.awk 17.msmacros 21.troff 22.trofftut 23.eqn 24.eqnguide 16 1.8 cgd # 25.tbl 26.refer 27.invert 29.diction 17 1.8 cgd 18 1.1 cgd BINDIR= /usr/share/doc/usd 19 1.18 lukem .if ${MKSHARE} != "no" 20 1.1 cgd FILES= 00.contents Makefile Title 21 1.17 lukem .endif 22 1.11 briggs SUBDIR= 18.msdiffs 19.memacros 20.meref 23 1.15 mrg #SUBDIR= 01.begin 02.learn 03.shell 04.csh 05.dc 06.bc 07.mail 09.edtut \ 24 1.15 mrg # 10.edadv 11.vitut 12.exref 13.viref 14.jove 15.sed 16.awk 17.msmacros \ 25 1.15 mrg # 18.msdiffs 19.memacros 20.meref 21.troff 22.trofftut 23.eqn \ 26 1.15 mrg # 24.eqnguide 25.tbl 26.refer 27.invert 28.bib 29.diction 30.rogue \ 27 1.15 mrg # 31.trek 28 1.5 jtc 29 1.7 cgd Title.ps: ${FILES} 30 1.15 mrg groff -ms Title > ${.TARGET} 31 1.7 cgd 32 1.7 cgd contents.ps: ${FILES} 33 1.7 cgd groff -ms 00.contents > ${.TARGET} 34 1.7 cgd 35 1.14 christos .include <bsd.prog.mk> 36 1.1 cgd .include <bsd.subdir.mk> 37