1 # from: @(#)Makefile 5.1.1.1 (Berkeley) 5/7/91 2 # $Id: Makefile,v 1.5 1993/09/30 23:31:23 jtc Exp $ 3 4 #Missing: 01.begin 02.learn 03.shell 05.dc 06.bc 08.mh 12.edtut 13.edadv 5 # 17.jove 18.sed 19.awk 20.msmacros 24.troff 25.trofftut 26.eqn 6 # 27.eqnguide 28.tbl 29.refer 30.invert 31.bib 32.diction 7 # 8 #Broken: 11.notes 9 10 BINDIR= /usr/share/doc/usd 11 FILES= 00.contents Makefile Title 12 SUBDIR= 04.csh 07.Mail \ 13 09.newsread 10.etiq 14.edit 15.vi \ 14 16.ex 21.msdiffs 22.memacros \ 15 23.meref \ 16 33.rogue 34.trek 17 18 beforeinstall: 19 @install -d -o root -g wheel -m 755 ${DESTDIR}${BINDIR} 20 21 realinstall: 22 install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \ 23 ${DESTDIR}${BINDIR} 24 25 .include <bsd.subdir.mk> 26