aboutsummaryrefslogtreecommitdiff
path: root/sys/pc98/boot/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-09-12 11:12:18 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-09-12 11:12:18 +0000
commit0e408c25a1cc3552a7ccb76e840da35625001d11 (patch)
tree7a5dd9f80c049a86290c39b23a26fb62a527daa9 /sys/pc98/boot/Makefile
parent3fa11fe3b5c1b4a5c5dc9e7b66866149494a261d (diff)
downloadsrc-0e408c25a1cc3552a7ccb76e840da35625001d11.tar.gz
src-0e408c25a1cc3552a7ccb76e840da35625001d11.zip
Another round of merge/update.
(1) Add PC98 support to apm_bios.h and ns16550.h, remove pc98/pc98/ic (2) Move PC98 specific code out of cpufunc.h (to pc98.h) (3) Let the boot subtrees look more alike Submitted by: The FreeBSD(98) Development Team <freebsd98-hackers@jp.freebsd.org>
Notes
Notes: svn path=/head/; revision=18265
Diffstat (limited to 'sys/pc98/boot/Makefile')
-rw-r--r--sys/pc98/boot/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/pc98/boot/Makefile b/sys/pc98/boot/Makefile
index c1899cc5eae3..db077c7c8f70 100644
--- a/sys/pc98/boot/Makefile
+++ b/sys/pc98/boot/Makefile
@@ -1,5 +1,5 @@
-# $Id: Makefile,v 1.25 1995/04/15 08:24:33 phk Exp $
-
-SUBDIR= biosboot netboot
+# $Id: Makefile,v 1.26 1996/09/11 19:22:21 phk Exp $
+
+SUBDIR= biosboot kzipboot netboot rawboot
.include <bsd.subdir.mk>