diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2014-01-20 08:43:12 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2014-01-20 08:43:12 +0000 |
commit | 76eded7f590ac9b53d043761983b15fdf294a694 (patch) | |
tree | bea67e830099b27cc4fc83f343fabcbac7492150 /sys/arch/i386/stand | |
parent | 24c56e1d39e48d1fc8bf94e9c6e1d59893e8f037 (diff) |
Unlink the old amd64/i386 installboot.
Diffstat (limited to 'sys/arch/i386/stand')
-rw-r--r-- | sys/arch/i386/stand/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/Makefile b/sys/arch/i386/stand/Makefile index b715f07c40d..1c5f4e92703 100644 --- a/sys/arch/i386/stand/Makefile +++ b/sys/arch/i386/stand/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.19 2013/01/18 04:10:16 jsing Exp $ +# $OpenBSD: Makefile,v 1.20 2014/01/20 08:43:11 jsing Exp $ .if ${MACHINE} == "i386" SUBDIR= mbr cdbr .endif -SUBDIR+=biosboot boot cdboot fdboot installboot pxeboot +SUBDIR+=biosboot boot cdboot fdboot pxeboot test-fd0: sudo mount /dev/fd0a /mnt |