summaryrefslogtreecommitdiffstats
path: root/sys/conf/Makefile.i386
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1995-10-29 11:10:53 +0000
committerdg <dg@FreeBSD.org>1995-10-29 11:10:53 +0000
commit9bf544b7f3146ba8f4682ade5187b9164c952e74 (patch)
treeb36f0c54a8f9bdc2962e0ebd28fac37685de61d5 /sys/conf/Makefile.i386
parent0f9a89c4926b6bf2e03c1e37c351d007a5935de2 (diff)
downloadFreeBSD-src-9bf544b7f3146ba8f4682ade5187b9164c952e74.zip
FreeBSD-src-9bf544b7f3146ba8f4682ade5187b9164c952e74.tar.gz
Use the new config(8) %SFILES token to auto-generate the SFILES list.
Note: THIS REQUIRES THAT YOU REBUILD CONFIG(8)!!!
Diffstat (limited to 'sys/conf/Makefile.i386')
-rw-r--r--sys/conf/Makefile.i3866
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/conf/Makefile.i386 b/sys/conf/Makefile.i386
index 21084ec..511c499 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.65 1995/07/22 23:55:41 bde Exp $
+# $Id: Makefile.i386,v 1.66 1995/08/16 16:11:48 bde Exp $
#
# Makefile for FreeBSD
#
@@ -57,8 +57,6 @@ DRIVER_C= ${CC} -c ${CFLAGS} ${PROF} $<
DRIVER_C_C= ${CC} -c ${CFLAGS} ${PROF} ${PARAM} $<
PROFILE_C= ${CC} -c ${CFLAGS} ${PARAM} $<
-SFILES= ${I386}/i386/exception.s ${I386}/i386/microtime.s \
- ${I386}/i386/support.s ${I386}/i386/swtch.s ${I386}/apm/apm_setup.s
SYSTEM_CFILES= ioconf.c param.c vnode_if.c
SYSTEM_SFILES= ${I386}/i386/locore.s
SYSTEM_OBJS= locore.o vnode_if.o ${OBJS} ioconf.o param.o
@@ -78,6 +76,8 @@ SYSTEM_LD_TAIL= @echo rearranging symbols; \
%CFILES
+%SFILES
+
%LOAD
%CLEAN
OpenPOWER on IntegriCloud