summaryrefslogtreecommitdiffstats
path: root/sys/boot/common/Makefile.inc
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1998-09-04 02:43:26 +0000
committermsmith <msmith@FreeBSD.org>1998-09-04 02:43:26 +0000
commitaa412001a9d7495154bc48d8d580c8efb3cbe7e9 (patch)
treee966169d03ee6604247111e0fee5f6562aba63c8 /sys/boot/common/Makefile.inc
parentcd489c519a109c93001769e1008a8a567608e6b8 (diff)
downloadFreeBSD-src-aa412001a9d7495154bc48d8d580c8efb3cbe7e9.zip
FreeBSD-src-aa412001a9d7495154bc48d8d580c8efb3cbe7e9.tar.gz
Generic plug-and-play enumerator infrastructure. Query supplied
enumerators, crossreference returned identifiers with a text-format database and automatically load corresponding modules and dependancies.
Diffstat (limited to 'sys/boot/common/Makefile.inc')
-rw-r--r--sys/boot/common/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/common/Makefile.inc b/sys/boot/common/Makefile.inc
index ea7679d..8826353 100644
--- a/sys/boot/common/Makefile.inc
+++ b/sys/boot/common/Makefile.inc
@@ -1,4 +1,4 @@
-# $Id: Makefile.inc,v 1.2 1998/08/31 21:10:42 msmith Exp $
+# $Id: Makefile.inc,v 1.3 1998/09/01 00:41:24 msmith Exp $
SRCS+= boot.c commands.c console.c devopen.c interp.c interp_backslash.c
-SRCS+= interp_parse.c load_aout.c ls.c misc.c module.c panic.c
+SRCS+= interp_parse.c load_aout.c ls.c misc.c module.c panic.c # pnp.c
OpenPOWER on IntegriCloud