diff options
Diffstat (limited to 'distrib/sparc/cdfs/Makefile')
-rw-r--r-- | distrib/sparc/cdfs/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/distrib/sparc/cdfs/Makefile b/distrib/sparc/cdfs/Makefile index b93fae0baa4..7440eda427d 100644 --- a/distrib/sparc/cdfs/Makefile +++ b/distrib/sparc/cdfs/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2009/04/17 03:58:55 deraadt Exp $ +# $OpenBSD: Makefile,v 1.7 2011/04/10 20:00:43 krw Exp $ TOP= ${.CURDIR}/.. @@ -27,7 +27,6 @@ ${CDROM}: -s `cat log | grep -v 'Name' | egrep "/cd-dir/${OSREV}/sparc/boot$$" | cut -d' ' -f1` \ -e `cat log | grep -v 'Name' | egrep "/cd-dir/${OSREV}/sparc/boot$$" | cut -d' ' -f2` \ /mnt/${OSREV}/sparc/boot /usr/mdec/bootxx /dev/rsvnd0c - disklabel -w svnd0 fakecdrom "OpenBSD/sparc " umount /mnt vnconfig -u svnd0 # XXX Some sparc machines fail to load the kernel correctly if the |