From: deraadt Date: Mon, 7 Apr 1997 09:00:10 +0000 (+0000) Subject: that is right X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=3b428ed46491bda0a0fdf4ca73fa108de522b389;p=openbsd that is right --- 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}; \