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.11 briggs SUBDIR= 18.msdiffs 19.memacros 20.meref 17 1.5 jtc 18 1.7 cgd Title.ps: ${FILES} 19 1.7 cgd groff Title > ${.TARGET} 20 1.7 cgd 21 1.7 cgd contents.ps: ${FILES} 22 1.7 cgd groff -ms 00.contents > ${.TARGET} 23 1.7 cgd 24 1.14 christos .include <bsd.prog.mk> 25 1.1 cgd .include <bsd.subdir.mk> 26