diff options
author | rnordier <rnordier@FreeBSD.org> | 1998-10-14 20:40:56 +0000 |
---|---|---|
committer | rnordier <rnordier@FreeBSD.org> | 1998-10-14 20:40:56 +0000 |
commit | fa52c3954ad8e9f284a5cbee355893f39b62ff17 (patch) | |
tree | 76c4cc5674cded25bb9c58bc849b1f74cac17742 /sys/boot/i386/Makefile | |
parent | ff71bd049bd43661c76ed8cfecb69b5ae0794f94 (diff) | |
download | FreeBSD-src-fa52c3954ad8e9f284a5cbee355893f39b62ff17.zip FreeBSD-src-fa52c3954ad8e9f284a5cbee355893f39b62ff17.tar.gz |
Activate boot2.
Diffstat (limited to 'sys/boot/i386/Makefile')
-rw-r--r-- | sys/boot/i386/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/i386/Makefile b/sys/boot/i386/Makefile index 9f5a155..06743b6 100644 --- a/sys/boot/i386/Makefile +++ b/sys/boot/i386/Makefile @@ -1,5 +1,5 @@ -# $Id: Makefile,v 1.5 1998/10/11 12:59:40 rnordier Exp $ +# $Id: Makefile,v 1.6 1998/10/12 02:05:44 rnordier Exp $ -SUBDIR= boot0 btx libi386 loader +SUBDIR= boot0 btx boot2 libi386 loader .include <bsd.subdir.mk> |