diff options
author | 1997-04-07 09:00:10 +0000 | |
---|---|---|
committer | 1997-04-07 09:00:10 +0000 | |
commit | 3b428ed46491bda0a0fdf4ca73fa108de522b389 (patch) | |
tree | 4f1d5d66767be2718d7a1f182a811fc8ae347555 | |
parent | deal with partition/block size differences (diff) | |
download | wireguard-openbsd-3b428ed46491bda0a0fdf4ca73fa108de522b389.tar.xz wireguard-openbsd-3b428ed46491bda0a0fdf4ca73fa108de522b389.zip |
that is right
-rw-r--r-- | sys/arch/i386/stand/mbr/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/mbr/Makefile b/sys/arch/i386/stand/mbr/Makefile index a7a97efbccd..78bbb4ece09 100644 --- a/sys/arch/i386/stand/mbr/Makefile +++ b/sys/arch/i386/stand/mbr/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 1997/03/31 03:12:19 weingart Exp $ +# $OpenBSD: Makefile,v 1.2 1997/04/07 09:00:10 deraadt Exp $ # PROG= mbr @@ -12,7 +12,6 @@ STRIP= #CPPFLAGS+=-DSERIAL=0 all: - # XXX access(2) says X_OK to root even w/o the x bit set !!! @if [ -x ${.OBJDIR}/${PROG} ]; then \ dd if=${.OBJDIR}/${PROG} of=${.OBJDIR}/.tmp ibs=32 skip=1; \ mv -f ${.OBJDIR}/.tmp ${.OBJDIR}/${PROG}; \ |