From: kstailey Date: Thu, 10 Apr 1997 10:53:45 +0000 (+0000) Subject: another 8MB of swap and it works X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=85dadd521241cc5bbd89d48c1ff3568d783bef25;p=openbsd another 8MB of swap and it works --- diff --git a/bin/pax/Makefile b/bin/pax/Makefile index 14e5e4eaca5..50468baa97c 100644 --- a/bin/pax/Makefile +++ b/bin/pax/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 1997/04/09 02:24:26 kstailey Exp $ +# $OpenBSD: Makefile,v 1.8 1997/04/10 10:53:45 kstailey Exp $ # $NetBSD: Makefile,v 1.4 1995/03/21 09:07:02 cgd Exp $ # To install on versions prior to BSD 4.4 the following may have to be @@ -30,10 +30,6 @@ SRCS= ar_io.c ar_subs.c buf_subs.c cache.c cpio.c file_subs.c ftree.c\ gen_subs.c getoldopt.c options.c pat_rep.c pax.c sel_subs.c tables.c\ tar.c tty_subs.c MAN= pax.1 tar.1 cpio.1 -.if (${MACHINE} == "sun3") # tar doesn't work yet; it breaks "make build" -LINKS= ${BINDIR}/pax ${BINDIR}/cpio -.else LINKS= ${BINDIR}/pax ${BINDIR}/tar ${BINDIR}/pax ${BINDIR}/cpio -.endif .include