diff options
Diffstat (limited to 'sys/i386/boot/Makefile')
-rw-r--r-- | sys/i386/boot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/boot/Makefile b/sys/i386/boot/Makefile index dc8ad32a5f6a3..a075627ba2496 100644 --- a/sys/i386/boot/Makefile +++ b/sys/i386/boot/Makefile @@ -1,5 +1,5 @@ -# $Id: Makefile,v 1.29 1997/07/10 21:58:43 joerg Exp $ +# $Id: Makefile,v 1.28 1997/02/22 09:29:58 peter Exp $ -SUBDIR= cdboot dosboot kzipboot netboot rawboot +SUBDIR= biosboot cdboot dosboot kzipboot netboot rawboot .include <bsd.subdir.mk> |