artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a91fb0e
)
that is right
author
deraadt
<deraadt@openbsd.org>
Mon, 7 Apr 1997 09:00:10 +0000
(09:00 +0000)
committer
deraadt
<deraadt@openbsd.org>
Mon, 7 Apr 1997 09:00:10 +0000
(09:00 +0000)
sys/arch/i386/stand/mbr/Makefile
patch
|
blob
|
history
diff --git
a/sys/arch/i386/stand/mbr/Makefile
b/sys/arch/i386/stand/mbr/Makefile
index
a7a97ef
..
78bbb4e
100644
(file)
--- 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 weingar
t Exp $
+# $OpenBSD: Makefile,v 1.
2 1997/04/07 09:00:10 deraad
t 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}; \