diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-05-26 11:50:47 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-05-26 11:50:47 +0000 |
commit | e0dc29e01b4cd40760463e45262ff679232be5fc (patch) | |
tree | 7c63f444f51c0235dc962fa69b7561b5bdec1dac /sys/arch/i386/stand/Makefile | |
parent | 6d62b40d7f8e4855ce7b115ca774e8e346c14fec (diff) |
more portable manual pages
Diffstat (limited to 'sys/arch/i386/stand/Makefile')
-rw-r--r-- | sys/arch/i386/stand/Makefile | 7 |
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 |