summaryrefslogtreecommitdiffstats
path: root/sys/conf/Makefile.pc98
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-11-25 03:25:34 +0000
committerpeter <peter@FreeBSD.org>2000-11-25 03:25:34 +0000
commit87f2317296902dad6bb412e91d2fc95483ec305e (patch)
tree823fdbaab8976a0d26adffa55779d063a2c32a1f /sys/conf/Makefile.pc98
parent8372807ce82edc09a93fcf0b185a4e1c8f247798 (diff)
downloadFreeBSD-src-87f2317296902dad6bb412e91d2fc95483ec305e.zip
FreeBSD-src-87f2317296902dad6bb412e91d2fc95483ec305e.tar.gz
Make the xxxFILES= list generation generic. This makes it easier to add
things like MFILES= or CONFFILES= without having to modify config code.
Diffstat (limited to 'sys/conf/Makefile.pc98')
-rw-r--r--sys/conf/Makefile.pc988
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/conf/Makefile.pc98 b/sys/conf/Makefile.pc98
index f2bd145..37110a5 100644
--- a/sys/conf/Makefile.pc98
+++ b/sys/conf/Makefile.pc98
@@ -19,7 +19,7 @@
#
# Which version of config(8) is required.
-%VERSREQ= 500004
+%VERSREQ= 500005
# Can be overridden by makeoptions or /etc/make.conf
KERNEL_KO?= kernel
@@ -106,11 +106,11 @@ SYSTEM_DEP+= $S/conf/ldscript.$M
%OBJS
-%CFILES
+%FILES.c
-%SFILES
+%FILES.s
-%MFILES
+%FILES.m
%CLEAN
OpenPOWER on IntegriCloud