Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/bin/pax don't support rmt for SMALLPROG
details: https://anonhg.NetBSD.org/src/rev/34a2f75cf4c2
branches: trunk
changeset: 538209:34a2f75cf4c2
user: christos <christos%NetBSD.org@localhost>
date: Mon Oct 14 14:41:22 2002 +0000
description:
don't support rmt for SMALLPROG
diffstat:
bin/pax/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r c53e3366b6d7 -r 34a2f75cf4c2 bin/pax/Makefile
--- a/bin/pax/Makefile Mon Oct 14 14:22:44 2002 +0000
+++ b/bin/pax/Makefile Mon Oct 14 14:41:22 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2002/10/12 18:49:28 thorpej Exp $
+# $NetBSD: Makefile,v 1.22 2002/10/14 14:41:22 christos Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
# To install on versions prior to BSD 4.4 the following may have to be
@@ -51,7 +51,7 @@
NOHTML=doc2html-error
-.ifndef HOSTPROG
+.if !defined(HOSTPROG) && !defined(SMALLPROG)
CPPFLAGS+= -DSUPPORT_RMT
LDADD+= -lutil -lrmt
Home |
Main Index |
Thread Index |
Old Index