From d55b802711517ca9dd603d7aa9b3abc43ee14726 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Mon, 5 Mar 2001 14:32:10 +0000 Subject: [PATCH] no longer need binutils.tar.gz file --- src/etc/etc.alpha/Makefile.inc | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/etc/etc.alpha/Makefile.inc b/src/etc/etc.alpha/Makefile.inc index 2c14a58d..34289402 100644 --- a/src/etc/etc.alpha/Makefile.inc +++ b/src/etc/etc.alpha/Makefile.inc @@ -1,13 +1,9 @@ -# $OpenBSD: Makefile.inc,v 1.11 2001/01/23 09:04:11 art Exp $ +# $OpenBSD: Makefile.inc,v 1.12 2001/03/05 14:32:10 deraadt Exp $ # etc.alpha/Makefile.inc -- alpha-specific etc Makefile targets .ifdef DESTDIR -snap_md: binutils bsd distrib boot - -binutils: - cd ${DESTDIR} && tar cf - usr/*openbsd* \ - | ${GZIP} ${GZIPFLAGS} > snapshot/usr.binutils.tar${GZIPEXT} +snap_md: bsd distrib boot bsd: cd ${.CURDIR}/../sys/arch/alpha/conf && config GENERIC