diff options
| author | christos <christos@NetBSD.org> | 1999-01-29 18:46:15 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 1999-01-29 18:46:15 +0000 |
| commit | 6cadeb1ea63cde33a81555ebabc35522bbc9cea2 (patch) | |
| tree | d1e8bcd6c369a399efef02e0250c2a93d0796671 /sys | |
| parent | 3c7776f1b695e318e21c1aebde9d5854e3dd4086 (diff) | |
Add exec.c here.
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/arch/i386/stand/biosboot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/biosboot/Makefile b/sys/arch/i386/stand/biosboot/Makefile index 95934f4d503..149132a466e 100644 --- a/sys/arch/i386/stand/biosboot/Makefile +++ b/sys/arch/i386/stand/biosboot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 1998/08/13 17:41:10 rvb Exp $ +# $NetBSD: Makefile,v 1.14 1999/01/29 18:46:15 christos Exp $ S= ${.CURDIR}/../../../../ @@ -7,7 +7,7 @@ PROG= ${BASE}.sym NOMAN= NEWVERSWHAT= "BIOS Boot" -SRCS= main.c devopen.c conf.c +SRCS= main.c devopen.c conf.c exec.c CLEANFILES+= ${BSSTART} |
