Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/ifconfig We don't need agr or l2tp when we are small.
details: https://anonhg.NetBSD.org/src/rev/e5ce97e8f7fa
branches: trunk
changeset: 353381:e5ce97e8f7fa
user: christos <christos%NetBSD.org@localhost>
date: Tue May 02 20:12:27 2017 +0000
description:
We don't need agr or l2tp when we are small.
diffstat:
sbin/ifconfig/Makefile.common | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 0d9eadcbc088 -r e5ce97e8f7fa sbin/ifconfig/Makefile.common
--- a/sbin/ifconfig/Makefile.common Tue May 02 20:12:10 2017 +0000
+++ b/sbin/ifconfig/Makefile.common Tue May 02 20:12:27 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.4 2017/02/16 08:28:03 knakahara Exp $
+# $NetBSD: Makefile.common,v 1.5 2017/05/02 20:12:27 christos Exp $
# shared stuff with src/distrib/utils/x_ifconfig for install media.
# stuff not required by install media should be into Makefile.
@@ -11,5 +11,8 @@
LDADD+= -lutil -lprop
INCS+= af_inetany.h env.h extern.h media.h parse.h util.h
-SRCS+= af_inet.c af_inetany.c agr.c env.c ether.c ieee80211.c \
- ifconfig.c l2tp.c media.c parse.c tunnel.c util.c vlan.c
+SRCS+= af_inet.c af_inetany.c env.c ether.c ieee80211.c \
+ ifconfig.c media.c parse.c tunnel.c util.c vlan.c
+.ifndef SMALLPROG
+SRCS+= agr.c l2tp.c
+.endif
Home |
Main Index |
Thread Index |
Old Index