Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/utils/x_ifconfig follow the recent changes in sbin/i...
details: https://anonhg.NetBSD.org/src/rev/c2fd21979937
branches: trunk
changeset: 579619:c2fd21979937
user: yamt <yamt%NetBSD.org@localhost>
date: Sat Mar 19 18:16:34 2005 +0000
description:
follow the recent changes in sbin/ifconfig/Makefile.
diffstat:
distrib/utils/x_ifconfig/Makefile | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diffs (30 lines):
diff -r 357e8719aae0 -r c2fd21979937 distrib/utils/x_ifconfig/Makefile
--- a/distrib/utils/x_ifconfig/Makefile Sat Mar 19 18:16:06 2005 +0000
+++ b/distrib/utils/x_ifconfig/Makefile Sat Mar 19 18:16:34 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2005/01/18 12:30:21 lukem Exp $
+# $NetBSD: Makefile,v 1.22 2005/03/19 18:16:34 yamt Exp $
# Build a smaller ifconfig (i.e. for boot media)
SRCDIR= ${.CURDIR}/../../../sbin/ifconfig
@@ -8,6 +8,8 @@
.include <bsd.own.mk>
+CPPFLAGS+= -I${NETBSDSRCDIR}/sys/
+
CPPFLAGS+= -DINET_ONLY -I${SRCDIR}
.if defined(SMALLPROG_INET6) && (${USE_INET6} != "no")
CPPFLAGS+= -DINET6
@@ -16,6 +18,11 @@
DPADD+=${LIBUTIL}
LDADD+=-lutil
+SRCS= ifconfig.c
+SRCS+= agr.c
+SRCS+= tunnel.c
+SRCS+= vlan.c
+
.include <bsd.prog.mk>
.PATH: ${SRCDIR}
Home |
Main Index |
Thread Index |
Old Index