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

Indexes created Tue Dec 30 23:09:30 GMT 2025