NetBSD/share/doc/ps1/Makefile

19 lines
470 B
Makefile
Raw Normal View History

1993-07-31 19:27:53 +04:00
# from: @(#)Makefile 5.1.1.1 (Berkeley) 5/7/91
# $Id: Makefile,v 1.7 1994/02/10 01:54:16 cgd Exp $
1993-03-21 12:45:37 +03:00
# Missing: 01.Clang 02.f77 03.f77io 05.as 09.lint 10.adb 11.dbx
1993-03-21 12:45:37 +03:00
# 12.make 15.yacc 16.lex 17.m4
#
# Broken: 04.pascal 18.curses
1993-03-21 12:45:37 +03:00
BINDIR= /usr/share/doc/ps1
FILES= 00.contents Makefile Title
SUBDIR= 06.sysman 07.ipctut \
08.ipc 13.rcs 14.sccs
1993-03-21 12:45:37 +03:00
realinstall:
1993-03-21 12:45:37 +03:00
install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
${DESTDIR}${BINDIR}
.include <bsd.subdir.mk>