1 # $NetBSD: Makefile,v 1.6 1997/10/17 09:59:27 mrg 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 14 BINDIR= /usr/share/doc/psd 15 FILES= 00.contents Makefile Title 16 SUBDIR= 05.sysman 20.ipctut 21.ipc 17 .if exists(12.make) 18 SUBDIR+= 12.make 19 .endif 20 .if exists(18.gprof) 21 SUBDIR+= 18.gprof 22 .endif 23 .if exists(19.curses) 24 SUBDIR+= 19.curses 25 .endif 26 #SUBDIR= 01.cacm 02.implement 03.iosys 04.uprog 05.sysman 06.Clang \ 27 # 07.pascal 08.f77 09.f77io 11.adb 12.make 14.sccs 15.yacc \ 28 # 16.lex 17.m4 18.gprof 19.curses 20.ipctut 21.ipc 29 30 Title.ps: ${FILES} 31 groff Title > ${.TARGET} 32 33 beforeinstall: 34 install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \ 35 ${DESTDIR}${BINDIR} 36 37 .include <bsd.prog.mk> 38 .include <bsd.subdir.mk> 39