diff options
author | kato <kato@FreeBSD.org> | 2000-08-02 10:11:08 +0000 |
---|---|---|
committer | kato <kato@FreeBSD.org> | 2000-08-02 10:11:08 +0000 |
commit | afafe94c6564a3c0946a3f1f923f307b1a728d4b (patch) | |
tree | 19d03a28e12b30c9d1132326e102f8a537145496 /usr.sbin/Makefile | |
parent | ce2851a1643c5a2b5d748394bb292c504c76ce73 (diff) | |
download | FreeBSD-src-afafe94c6564a3c0946a3f1f923f307b1a728d4b.zip FreeBSD-src-afafe94c6564a3c0946a3f1f923f307b1a728d4b.tar.gz |
Added PC-98 boot manager installation and configuration utility.
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r-- | usr.sbin/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index c7caf9a..fa46b98 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -170,4 +170,7 @@ SUBDIR+=apm \ wlconfig .endif +.if ${MACHINE} == "pc98" +SUBDIR+=boot98cfg +.endif .include <bsd.subdir.mk> |