1 1.22 mycroft # $NetBSD: Makefile,v 1.22 2004/08/06 16:31:43 mycroft 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.22 mycroft # 14.jove 15.sed 28.bib 12 1.8 cgd 13 1.8 cgd # Missing from 4.4BSD-Lite: 14 1.22 mycroft # 01.begin 02.learn 03.shell 05.dc 06.bc 09.edtut 10.edadv 15 1.22 mycroft # 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.21 lukem .if ${MKDOC} != "no" 20 1.1 cgd FILES= 00.contents Makefile Title 21 1.17 lukem .endif 22 1.22 mycroft #SUBDIR+=04.csh 07.mail 11.edit 12.ex 12.vi 13.viref 23 1.22 mycroft SUBDIR+=18.msdiffs 19.memacros 20.meref 24 1.22 mycroft #SUBDIR+=30.rogue 31.trek 25 1.5 jtc 26 1.7 cgd Title.ps: ${FILES} 27 1.20 lukem ${TOOL_ROFF_PS} -ms Title > ${.TARGET} 28 1.7 cgd 29 1.7 cgd contents.ps: ${FILES} 30 1.20 lukem ${TOOL_ROFF_PS} -ms 00.contents > ${.TARGET} 31 1.7 cgd 32 1.14 christos .include <bsd.prog.mk> 33 1.1 cgd .include <bsd.subdir.mk> 34