Home | History | Annotate | Line # | Download | only in usd
Makefile revision 1.23
      1  1.23   mycroft #	$NetBSD: Makefile,v 1.23 2004/08/06 16:35:41 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.23   mycroft # 12.vi
      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.23   mycroft # 01.begin 02.learn 03.shell 05.dc 06.bc 08.mh 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+=18.msdiffs 19.memacros 20.meref
     23  1.23   mycroft .if !make(install)
     24  1.23   mycroft SUBDIR+=04.csh 07.mail 11.edit 12.ex 13.viref
     25  1.23   mycroft SUBDIR+=30.rogue 31.trek
     26  1.23   mycroft .endif
     27   1.5       jtc 
     28   1.7       cgd Title.ps: ${FILES}
     29  1.20     lukem 	${TOOL_ROFF_PS} -ms Title > ${.TARGET}
     30   1.7       cgd 
     31   1.7       cgd contents.ps: ${FILES}
     32  1.20     lukem 	${TOOL_ROFF_PS} -ms 00.contents > ${.TARGET}
     33   1.7       cgd 
     34  1.14  christos .include <bsd.prog.mk>
     35   1.1       cgd .include <bsd.subdir.mk>
     36