summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-08-23 09:54:22 +0000
committerjkh <jkh@FreeBSD.org>1994-08-23 09:54:22 +0000
commit4392f9843523ceec529d54f778f62fcadc61916c (patch)
tree2b0df5c8ac17d5776cd1177a5d6b0388e02997c4 /sys
parent3288b01aa9e27684eab54a1613cc42284ef01593 (diff)
downloadFreeBSD-src-4392f9843523ceec529d54f778f62fcadc61916c.zip
FreeBSD-src-4392f9843523ceec529d54f778f62fcadc61916c.tar.gz
I was in bourne-shell mode when I wrote this.. *blush*.
Submitted by: jkh
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/Makefile.i3867
-rw-r--r--sys/conf/Makefile.powerpc7
-rw-r--r--sys/i386/conf/Makefile.i3867
3 files changed, 12 insertions, 9 deletions
diff --git a/sys/conf/Makefile.i386 b/sys/conf/Makefile.i386
index 901f2dc..8f56d12 100644
--- a/sys/conf/Makefile.i386
+++ b/sys/conf/Makefile.i386
@@ -1,6 +1,6 @@
# Copyright 1990 W. Jolitz
# from: @(#)Makefile.i386 7.1 5/10/91
-# $Id: Makefile.i386,v 1.29 1994/08/18 22:34:36 wollman Exp $
+# $Id: Makefile.i386,v 1.30 1994/08/23 04:21:21 jkh Exp $
#
# Makefile for FreeBSD
#
@@ -83,12 +83,13 @@ PROFILE_C= ${CC} -S -c ${CFLAGS} $< ; \
LIBKERNP=$S/libkern/obj
.else
LIBKERNP=$S/libkern
-.fi
+.endif
+
.if defined(PROF)
LIBKERN=${LIBKERNP}/libkern_p.a
.else
LIBKERN=${LIBKERNP}/libkern.a
-.fi
+.endif
libkern.a: ${LIBKERN}
ln -s ${LIBKERN} libkern.a
diff --git a/sys/conf/Makefile.powerpc b/sys/conf/Makefile.powerpc
index 901f2dc..8f56d12 100644
--- a/sys/conf/Makefile.powerpc
+++ b/sys/conf/Makefile.powerpc
@@ -1,6 +1,6 @@
# Copyright 1990 W. Jolitz
# from: @(#)Makefile.i386 7.1 5/10/91
-# $Id: Makefile.i386,v 1.29 1994/08/18 22:34:36 wollman Exp $
+# $Id: Makefile.i386,v 1.30 1994/08/23 04:21:21 jkh Exp $
#
# Makefile for FreeBSD
#
@@ -83,12 +83,13 @@ PROFILE_C= ${CC} -S -c ${CFLAGS} $< ; \
LIBKERNP=$S/libkern/obj
.else
LIBKERNP=$S/libkern
-.fi
+.endif
+
.if defined(PROF)
LIBKERN=${LIBKERNP}/libkern_p.a
.else
LIBKERN=${LIBKERNP}/libkern.a
-.fi
+.endif
libkern.a: ${LIBKERN}
ln -s ${LIBKERN} libkern.a
diff --git a/sys/i386/conf/Makefile.i386 b/sys/i386/conf/Makefile.i386
index 901f2dc..8f56d12 100644
--- a/sys/i386/conf/Makefile.i386
+++ b/sys/i386/conf/Makefile.i386
@@ -1,6 +1,6 @@
# Copyright 1990 W. Jolitz
# from: @(#)Makefile.i386 7.1 5/10/91
-# $Id: Makefile.i386,v 1.29 1994/08/18 22:34:36 wollman Exp $
+# $Id: Makefile.i386,v 1.30 1994/08/23 04:21:21 jkh Exp $
#
# Makefile for FreeBSD
#
@@ -83,12 +83,13 @@ PROFILE_C= ${CC} -S -c ${CFLAGS} $< ; \
LIBKERNP=$S/libkern/obj
.else
LIBKERNP=$S/libkern
-.fi
+.endif
+
.if defined(PROF)
LIBKERN=${LIBKERNP}/libkern_p.a
.else
LIBKERN=${LIBKERNP}/libkern.a
-.fi
+.endif
libkern.a: ${LIBKERN}
ln -s ${LIBKERN} libkern.a
OpenPOWER on IntegriCloud