NetBSD/share/doc/psd/Makefile

39 lines
894 B
Makefile
Raw Normal View History

2004-01-11 19:11:52 +03:00
# $NetBSD: Makefile,v 1.13 2004/01/11 16:11:52 lukem Exp $
1997-10-17 13:59:27 +04:00
# @(#)Makefile 8.2 (Berkeley) 5/23/94
1994-06-19 04:07:16 +04:00
1999-02-14 11:56:59 +03:00
.include <bsd.own.mk>
1994-06-19 04:07:16 +04:00
# The following modules do not build/install:
# 10.gdb, 13.rcs
1994-06-19 06:36:49 +04:00
# Missing:
# 07.pascal 14.sccs 17.m4
# Missing from 4.4BSD-Lite:
# 01.cacm 02.implement 03.iosys 04.uprog 06.Clang 08.f77 09.f77io
# 11.adb 15.yacc 16.lex
1994-06-19 04:07:16 +04:00
BINDIR= /usr/share/doc/psd
2004-01-11 19:11:52 +03:00
.if ${MKDOC} != "no"
1994-06-19 04:07:16 +04:00
FILES= 00.contents Makefile Title
.endif
SUBDIR= 05.sysman 20.ipctut 21.ipc
.if exists(12.make)
SUBDIR+= 12.make
.endif
.if exists(18.gprof)
SUBDIR+= 18.gprof
.endif
.if exists(19.curses)
SUBDIR+= 19.curses
1994-06-19 06:36:49 +04:00
.endif
1997-10-17 13:59:27 +04:00
#SUBDIR= 01.cacm 02.implement 03.iosys 04.uprog 05.sysman 06.Clang \
# 07.pascal 08.f77 09.f77io 11.adb 12.make 14.sccs 15.yacc \
# 16.lex 17.m4 18.gprof 19.curses 20.ipctut 21.ipc
1994-06-19 04:07:16 +04:00
Title.ps: ${FILES}
${TOOL_ROFF_PS} -ms Title > ${.TARGET}
1994-06-19 04:07:16 +04:00
1997-03-25 00:57:01 +03:00
.include <bsd.prog.mk>
1994-06-19 04:07:16 +04:00
.include <bsd.subdir.mk>