summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand/Makefile
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2000-05-26 11:50:47 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2000-05-26 11:50:47 +0000
commite0dc29e01b4cd40760463e45262ff679232be5fc (patch)
tree7c63f444f51c0235dc962fa69b7561b5bdec1dac /sys/arch/i386/stand/Makefile
parent6d62b40d7f8e4855ce7b115ca774e8e346c14fec (diff)
more portable manual pages
Diffstat (limited to 'sys/arch/i386/stand/Makefile')
-rw-r--r--sys/arch/i386/stand/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/Makefile b/sys/arch/i386/stand/Makefile
index 25032315e27..39b4cf84517 100644
--- a/sys/arch/i386/stand/Makefile
+++ b/sys/arch/i386/stand/Makefile
@@ -1,6 +1,9 @@
-# $OpenBSD: Makefile,v 1.8 1998/02/24 22:06:36 weingart Exp $
+# $OpenBSD: Makefile,v 1.9 2000/05/26 11:50:46 deraadt Exp $
-SUBDIR= etc libsa libz biosboot installboot boot mbr
+.if ${MACHINE} == "i386"
+SUBDIR= etc libsa libz mbr
+.endif
+SUBDIR+= biosboot installboot boot
test-fd0:
sudo mount /dev/fd0a /mnt