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

Indexes created Thu Dec 11 02:09:45 GMT 2025