diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-07-29 15:40:37 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-07-29 15:40:37 +0000 |
commit | beaa56fb91a200f2034644081e55940255375293 (patch) | |
tree | f77c371929d6fde1b254a709b7f9f5873bff3b9b | |
parent | c73b84810e264e12921634df64ee59cfb41e5297 (diff) |
disable these targets since this will not be fixed until post-release
-rw-r--r-- | distrib/sgi/iso/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/sgi/iso/Makefile b/distrib/sgi/iso/Makefile index 4f2505600e3..c348b2fb25e 100644 --- a/distrib/sgi/iso/Makefile +++ b/distrib/sgi/iso/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2008/02/18 16:08:26 jsing Exp $ +# $OpenBSD: Makefile,v 1.5 2008/07/29 15:40:36 deraadt Exp $ TOP= ${.CURDIR}/.. @@ -19,7 +19,7 @@ XBASE= ${RELXDIR}/xbase${OSrev}.tgz ${RELXDIR}/xetc${OSrev}.tgz \ BSDRD= bsd.rd FFS= ffs.img -all: ${CDROM} +all: # ${CDROM} ${CDROM}: -rm -rf ${.OBJDIR}/cd-dir @@ -56,7 +56,7 @@ ${CDROM}: seek=`cat ${.OBJDIR}/volhdr | grep 'Volume Header' | awk '{print $$3}'` install: - cp ${CDROM} ${RELDIR}/ + # cp ${CDROM} ${RELDIR}/ unconfig: -umount /mnt |