aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/netstat/Makefile
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2015-02-21 23:47:20 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2015-02-21 23:47:20 +0000
commitade9ccfe211ac8b27c58a4dc11a6cd1d33767ce0 (patch)
tree0b8068670eaa5a1a2ed0d3733d3ce81bf6128948 /usr.bin/netstat/Makefile
parent7a2065efd74f926db87a2447a9a9ebb01b23ff40 (diff)
Convert netstat to use libxo.
Obtained from: Phil Shafer <phil@juniper.net> Ported to -current by: alfred@ (mostly), Kim Shrier Formatting: marcel@ Sponsored by: Juniper Networks, Inc.
Notes
svn path=/head/; revision=279122
Diffstat (limited to 'usr.bin/netstat/Makefile')
-rw-r--r--usr.bin/netstat/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/netstat/Makefile b/usr.bin/netstat/Makefile
index 89c8e0341f47..9c70eb41c8d3 100644
--- a/usr.bin/netstat/Makefile
+++ b/usr.bin/netstat/Makefile
@@ -41,4 +41,6 @@ LIBADD+= netgraph
CFLAGS+=-DNETGRAPH
.endif
+LIBADD+= xo
+
.include <bsd.prog.mk>