summaryrefslogtreecommitdiffstats
path: root/sys/conf/Makefile.pc98
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1996-11-09 00:39:59 +0000
committerasami <asami@FreeBSD.org>1996-11-09 00:39:59 +0000
commit89988533eabd3c06d450d94a69baa027fe72e350 (patch)
tree91216b6f4a039a62b2f95033f86cbff5f01563ae /sys/conf/Makefile.pc98
parentbf6d735fd02f61adac96742487d7113bc35fc006 (diff)
downloadFreeBSD-src-89988533eabd3c06d450d94a69baa027fe72e350.zip
FreeBSD-src-89988533eabd3c06d450d94a69baa027fe72e350.tar.gz
Re-sync with -current. Should be in 2.2.
Submitted by: The FreeBSD(98) Development Team
Diffstat (limited to 'sys/conf/Makefile.pc98')
-rw-r--r--sys/conf/Makefile.pc984
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/Makefile.pc98 b/sys/conf/Makefile.pc98
index 335b654..20d1a95 100644
--- a/sys/conf/Makefile.pc98
+++ b/sys/conf/Makefile.pc98
@@ -3,7 +3,7 @@
# Makefile.i386 -- with config changes.
# Copyright 1990 W. Jolitz
# from: @(#)Makefile.i386 7.1 5/10/91
-# $Id: Makefile.pc98,v 1.6 1996/10/09 21:45:45 asami Exp $
+# $Id: Makefile.pc98,v 1.7 1996/10/23 07:24:48 asami Exp $
#
# Makefile for FreeBSD
#
@@ -124,7 +124,7 @@ genassym.o: ${I386}/i386/genassym.c Makefile
${CC} -c ${CFLAGS} ${PARAM} -UKERNEL ${I386}/i386/genassym.c
genassym: genassym.o
- ${CC} -static ${CFLAGS} ${PARAM} genassym.o -o $@
+ ${CC} ${CFLAGS} ${PARAM} genassym.o -o $@
# XXX this assumes that the options for NORMAL_C* and DRIVER_C* are identical.
depend: assym.s param.c vnode_if.h ${BEFORE_DEPEND}
OpenPOWER on IntegriCloud