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