merge lite-2 changes (mostly SCCSids)

This commit is contained in:
mikel 1997-03-29 08:02:45 +00:00
parent dd46e6280e
commit 76cfd073e9
8 changed files with 21 additions and 20 deletions

View File

@ -1,5 +1,5 @@
# $NetBSD: Makefile,v 1.17 1997/03/27 17:35:58 christos Exp $
# @(#)Makefile 5.3 (Berkeley) 6/22/90
# $NetBSD: Makefile,v 1.18 1997/03/29 08:02:45 mikel Exp $
# @(#)Makefile 8.1 (Berkeley) 6/8/93
FILES= bsd.README bsd.doc.mk bsd.dep.mk bsd.files.mk bsd.inc.mk bsd.kmod.mk \
bsd.lib.mk bsd.links.mk bsd.man.mk bsd.nls.mk bsd.obj.mk bsd.own.mk \

View File

@ -1,5 +1,5 @@
# $NetBSD: bsd.README,v 1.23 1997/03/27 17:33:35 christos Exp $
# @(#)bsd.README 5.1 (Berkeley) 5/11/90
# $NetBSD: bsd.README,v 1.24 1997/03/29 08:02:47 mikel Exp $
# @(#)bsd.README 8.2 (Berkeley) 4/2/94
This is the README file for the new make "include" files for the BSD
source tree. The files are installed in /usr/share/mk, and are, by
@ -234,7 +234,7 @@ It has eight targets:
build the program and its manual page
clean:
remove the program, any object files and the files a.out,
Errs, errs, mklog, and core.
Errs, errs, mklog, and ${PROG}.core.
cleandir:
remove all of the files removed by the target clean, as
well as .depend, tags, and any manual pages.

View File

@ -1,4 +1,4 @@
# $NetBSD: bsd.doc.mk,v 1.23 1997/03/24 21:54:14 christos Exp $
# $NetBSD: bsd.doc.mk,v 1.24 1997/03/29 08:02:48 mikel Exp $
# @(#)bsd.doc.mk 8.1 (Berkeley) 8/14/93
BIB?= bib
@ -19,7 +19,6 @@ BINMODE?= 444
.include <bsd.own.mk>
.PATH: ${.CURDIR}
.if !target(all)

View File

@ -1,5 +1,5 @@
# $NetBSD: bsd.lib.mk,v 1.91 1997/03/27 17:33:34 christos Exp $
# @(#)bsd.lib.mk 5.26 (Berkeley) 5/2/91
# $NetBSD: bsd.lib.mk,v 1.92 1997/03/29 08:02:50 mikel Exp $
# @(#)bsd.lib.mk 8.3 (Berkeley) 4/22/94
.if exists(${.CURDIR}/../Makefile.inc)
.include "${.CURDIR}/../Makefile.inc"
@ -268,7 +268,7 @@ libinstall:: ${DESTDIR}${LIBDIR}/lib${LIB}.so.${SHLIB_MAJOR}.${SHLIB_MINOR}
.if !defined(BUILD)
${DESTDIR}${LIBDIR}/lib${LIB}.so.${SHLIB_MAJOR}.${SHLIB_MINOR}: .MADE
.endif
${DESTDIR}${LIBDIR}/lib${LIB}.so.${SHLIB_MAJOR}.${SHLIB_MINOR}: lib${LIB}.so.${SHLIB_MAJOR}.${SHLIB_MINOR}
${INSTALL} ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} ${.ALLSRC} \
${.TARGET}

View File

@ -1,5 +1,5 @@
# $NetBSD: bsd.man.mk,v 1.25 1997/03/24 21:54:19 christos Exp $
# @(#)bsd.man.mk 5.2 (Berkeley) 5/11/90
# $NetBSD: bsd.man.mk,v 1.26 1997/03/29 08:02:51 mikel Exp $
# @(#)bsd.man.mk 8.1 (Berkeley) 6/8/93
MANTARGET?= cat
NROFF?= nroff

View File

@ -1,5 +1,5 @@
# $NetBSD: bsd.prog.mk,v 1.66 1997/03/27 17:33:37 christos Exp $
# @(#)bsd.prog.mk 5.26 (Berkeley) 6/25/91
# $NetBSD: bsd.prog.mk,v 1.67 1997/03/29 08:02:53 mikel Exp $
# @(#)bsd.prog.mk 8.2 (Berkeley) 4/2/94
.if exists(${.CURDIR}/../Makefile.inc)
.include "${.CURDIR}/../Makefile.inc"
@ -88,8 +88,10 @@ MAN= ${PROG}.1
.endif # !defined(MAN)
.endif # defined(PROG)
.if !target(all)
.MAIN: all
all: ${PROG} _SUBDIRUSE
.endif
.if !target(clean)
cleanprog:

View File

@ -1,5 +1,5 @@
# $NetBSD: bsd.subdir.mk,v 1.13 1997/03/24 21:54:22 christos Exp $
# @(#)bsd.subdir.mk 5.9 (Berkeley) 2/1/91
# $NetBSD: bsd.subdir.mk,v 1.14 1997/03/29 08:02:56 mikel Exp $
# @(#)bsd.subdir.mk 8.1 (Berkeley) 6/8/93
.include <bsd.own.mk>

View File

@ -1,7 +1,7 @@
# $NetBSD: sys.mk,v 1.29 1996/10/18 02:33:38 thorpej Exp $
# @(#)sys.mk 5.11 (Berkeley) 3/13/91
# $NetBSD: sys.mk,v 1.30 1997/03/29 08:02:58 mikel Exp $
# @(#)sys.mk 8.2 (Berkeley) 3/21/94
unix= We run NetBSD.
unix?= We run NetBSD.
.SUFFIXES: .out .a .ln .o .c .cc .C .F .f .r .y .l .s .S .cl .p .h .sh .m4
@ -32,7 +32,7 @@ CPP?= cpp
CPPFLAGS?=
FC?= f77
FFLAGS?= -O
FFLAGS?= -O
RFLAGS?=
COMPILE.f?= ${FC} ${FFLAGS} -c
LINK.f?= ${FC} ${FFLAGS} ${LDFLAGS}