diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-08-23 09:54:22 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-08-23 09:54:22 +0000 |
commit | d42826b43649310ca20f962664495856b1392710 (patch) | |
tree | 2b0df5c8ac17d5776cd1177a5d6b0388e02997c4 /sys/conf/Makefile.powerpc | |
parent | 45dab6ecb2cf4e877489218c11c062b98917db1a (diff) | |
download | src-d42826b43649310ca20f962664495856b1392710.tar.gz src-d42826b43649310ca20f962664495856b1392710.zip |
I was in bourne-shell mode when I wrote this.. *blush*.
Submitted by: jkh
Notes
Notes:
svn path=/head/; revision=2239
Diffstat (limited to 'sys/conf/Makefile.powerpc')
-rw-r--r-- | sys/conf/Makefile.powerpc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/conf/Makefile.powerpc b/sys/conf/Makefile.powerpc index 901f2dc738ab..8f56d123c161 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 |