summaryrefslogtreecommitdiffstats
path: root/sys/boot/common/Makefile.inc
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1998-09-01 00:41:24 +0000
committermsmith <msmith@FreeBSD.org>1998-09-01 00:41:24 +0000
commita43b5b132e554f3e04a3559c49750aef07be090a (patch)
tree835b8093ffcc83efebe6488fc290c1cff86b7a81 /sys/boot/common/Makefile.inc
parentf038ce5877c579f9724ba83bb8f86cc3e22ad294 (diff)
downloadFreeBSD-src-a43b5b132e554f3e04a3559c49750aef07be090a.zip
FreeBSD-src-a43b5b132e554f3e04a3559c49750aef07be090a.tar.gz
New commandline/script parser, supports backslash quoting and environment
variable substitution. Submitted by: Jordan Hubbard <jkh@freebsd.org>
Diffstat (limited to 'sys/boot/common/Makefile.inc')
-rw-r--r--sys/boot/common/Makefile.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/boot/common/Makefile.inc b/sys/boot/common/Makefile.inc
index aa33c80..ea7679d 100644
--- a/sys/boot/common/Makefile.inc
+++ b/sys/boot/common/Makefile.inc
@@ -1,4 +1,4 @@
-# $Id: Makefile.inc,v 1.1.1.1 1998/08/21 03:17:41 msmith Exp $
+# $Id: Makefile.inc,v 1.2 1998/08/31 21:10:42 msmith Exp $
-SRCS+= boot.c commands.c console.c devopen.c interp.c load_aout.c
-SRCS+= ls.c misc.c module.c panic.c
+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
OpenPOWER on IntegriCloud