Cross Reference: Makefile
xref: /src/share/doc/psd/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/share/doc/psd/
Makefile revision 1.10
1#	$NetBSD: Makefile,v 1.10 1999/02/14 08:56:59 lukem Exp $
2#	@(#)Makefile	8.2 (Berkeley) 5/23/94
3
4.include <bsd.own.mk>
5
6# The following modules do not build/install:
7# 10.gdb, 13.rcs
8
9# Missing:
10# 07.pascal 14.sccs 17.m4
11
12# Missing from 4.4BSD-Lite:
13# 01.cacm 02.implement 03.iosys 04.uprog 06.Clang 08.f77 09.f77io
14# 11.adb 15.yacc 16.lex
15
16BINDIR=	/usr/share/doc/psd
17.if ${MKSHARE} != "no"
18FILES=	00.contents Makefile Title
19.endif
20SUBDIR=	05.sysman 20.ipctut 21.ipc
21.if exists(12.make)
22SUBDIR+= 12.make
23.endif
24.if exists(18.gprof)
25SUBDIR+= 18.gprof
26.endif
27.if exists(19.curses)
28SUBDIR+= 19.curses
29.endif
30#SUBDIR=	01.cacm 02.implement 03.iosys 04.uprog 05.sysman 06.Clang \
31#	07.pascal 08.f77 09.f77io 11.adb 12.make 14.sccs 15.yacc \
32#	16.lex 17.m4 18.gprof 19.curses 20.ipctut 21.ipc
33
34Title.ps: ${FILES}
35	groff Title > ${.TARGET}
36
37.include <bsd.prog.mk>
38.include <bsd.subdir.mk>
39

Indexes created Wed Dec 10 20:09:31 GMT 2025