1 1.1 cgd # @(#)Makefile 8.1 (Berkeley) 6/8/93 2 1.1 cgd 3 1.1 cgd # The following modules do not build/install: 4 1.1 cgd # 10.gdb, 13.rcs 5 1.1 cgd 6 1.2 cgd # Missing: 7 1.2 cgd # 07.pascal 14.sccs 17.m4 8 1.2 cgd 9 1.2 cgd # Missing from 4.4BSD-Lite: 10 1.2 cgd # 01.cacm 02.implement 03.iosys 04.uprog 06.Clang 08.f77 09.f77io 11 1.2 cgd # 11.adb 15.yacc 16.lex 12 1.2 cgd 13 1.1 cgd BINDIR= /usr/share/doc/psd 14 1.1 cgd FILES= 00.contents Makefile Title 15 1.2 cgd .ifnmake install 16 1.2 cgd SUBDIR= 05.sysman 12.make 18.gprof 19.curses 20.ipctut 21.ipc 17 1.2 cgd .else 18 1.2 cgd TOP= ../../.. 19 1.2 cgd SUBDIR= 05.sysman ${TOP}/usr.bin/make/PSD.doc \ 20 1.2 cgd ${TOP}/usr.bin/gprof/PSD.doc ${TOP}/lib/libcurses/PSD.doc \ 21 1.2 cgd 20.ipctut 21.ipc 22 1.2 cgd .endif 23 1.1 cgd 24 1.1 cgd Title.ps: ${FILES} 25 1.1 cgd groff Title > ${.TARGET} 26 1.1 cgd 27 1.1 cgd contents.ps: ${FILES} 28 1.1 cgd groff -ms 00.contents > ${.TARGET} 29 1.1 cgd 30 1.1 cgd beforeinstall: 31 1.1 cgd install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \ 32 1.1 cgd ${DESTDIR}${BINDIR} 33 1.1 cgd 34 1.1 cgd .include <bsd.subdir.mk> 35