From cacd1ee89f2e538b822bc24680c56c79a0c454ed Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Fri, 28 Oct 1994 22:11:50 +0000 Subject: [PATCH] Add netboot to the world of make. --- sys/i386/boot/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/i386/boot/Makefile b/sys/i386/boot/Makefile index 1586225b2508..b5d0d462b3cd 100644 --- a/sys/i386/boot/Makefile +++ b/sys/i386/boot/Makefile @@ -1,5 +1,5 @@ -# $Id: Makefile,v 1.21 1994/10/28 04:46:08 phk Exp $ +# $Id: Makefile,v 1.22 1994/10/28 04:56:51 phk Exp $ -SUBDIR= biosboot +SUBDIR= biosboot netboot .include