summaryrefslogtreecommitdiffstats
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>2000-08-02 10:11:08 +0000
committerkato <kato@FreeBSD.org>2000-08-02 10:11:08 +0000
commitafafe94c6564a3c0946a3f1f923f307b1a728d4b (patch)
tree19d03a28e12b30c9d1132326e102f8a537145496 /usr.sbin/Makefile
parentce2851a1643c5a2b5d748394bb292c504c76ce73 (diff)
downloadFreeBSD-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/Makefile3
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>
OpenPOWER on IntegriCloud