1994-06-19 05:13:13 +04:00
|
|
|
# @(#)Makefile 8.2 (Berkeley) 4/20/94
|
1993-03-21 12:45:37 +03:00
|
|
|
|
1994-06-19 05:13:13 +04:00
|
|
|
# The following modules do not build/install:
|
|
|
|
# 08.mh
|
1993-06-10 01:47:31 +04:00
|
|
|
|
1994-06-19 07:15:43 +04:00
|
|
|
# Missing:
|
|
|
|
# 07.mail 13.viref 14.jove 15.sed 28.bib 30.rogue 31.trek
|
|
|
|
|
|
|
|
# Missing from 4.4BSD-Lite:
|
|
|
|
# 01.begin 02.learn 03.shell 05.dc 06.bc 09.edtut 10.edadv 11.vitut
|
|
|
|
# 12.exref 16.awk 17.msmacros 21.troff 22.trofftut 23.eqn 24.eqnguide
|
|
|
|
# 25.tbl 26.refer 27.invert 29.diction
|
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
BINDIR= /usr/share/doc/usd
|
|
|
|
FILES= 00.contents Makefile Title
|
1994-12-26 22:11:05 +03:00
|
|
|
SUBDIR= 18.msdiffs 19.memacros 20.meref
|
1993-03-21 12:45:37 +03:00
|
|
|
|
1994-06-19 05:13:13 +04:00
|
|
|
Title.ps: ${FILES}
|
|
|
|
groff Title > ${.TARGET}
|
|
|
|
|
|
|
|
contents.ps: ${FILES}
|
|
|
|
groff -ms 00.contents > ${.TARGET}
|
|
|
|
|
|
|
|
beforeinstall:
|
1996-10-18 09:45:01 +04:00
|
|
|
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
|
1993-03-21 12:45:37 +03:00
|
|
|
${DESTDIR}${BINDIR}
|
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|