Author: bdrewery
Date: Fri Dec  4 21:11:17 2015
New Revision: 291824
URL: https://svnweb.freebsd.org/changeset/base/291824

Log:
  Fix mis-merge in r291816, nl_defs.h not used here.

Modified:
  stable/10/usr.bin/netstat/Makefile

Modified: stable/10/usr.bin/netstat/Makefile
==============================================================================
--- stable/10/usr.bin/netstat/Makefile  Fri Dec  4 20:41:44 2015        
(r291823)
+++ stable/10/usr.bin/netstat/Makefile  Fri Dec  4 21:11:17 2015        
(r291824)
@@ -6,7 +6,7 @@
 PROG=  netstat
 SRCS=  if.c inet.c main.c mbuf.c mroute.c netisr.c route.c \
        unix.c atalk.c mroute6.c ipsec.c bpf.c pfkey.c sctp.c \
-       flowtable.c nl_defs.h
+       flowtable.c
 
 WARNS?=        3
 CFLAGS+=-fno-strict-aliasing
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10
To unsubscribe, send any mail to "[email protected]"

Reply via email to