Deleted Added
full compact
Makefile (287407) Makefile (291330)
1# @(#)Makefile 8.1 (Berkeley) 6/12/93
1# @(#)Makefile 8.1 (Berkeley) 6/12/93
2# $FreeBSD: head/usr.bin/netstat/Makefile 287407 2015-09-02 18:51:36Z hrs $
2# $FreeBSD: head/usr.bin/netstat/Makefile 291330 2015-11-25 20:38:17Z bdrewery $
3
4.include <src.opts.mk>
5
6PROG= netstat
7SRCS= if.c inet.c main.c mbuf.c mroute.c netisr.c nl_symbols.c route.c \
8 unix.c mroute6.c ipsec.c bpf.c pfkey.c sctp.c \
3
4.include <src.opts.mk>
5
6PROG= netstat
7SRCS= if.c inet.c main.c mbuf.c mroute.c netisr.c nl_symbols.c route.c \
8 unix.c mroute6.c ipsec.c bpf.c pfkey.c sctp.c \
9 flowtable.c
10DPSRCS= nl_defs.h
9 flowtable.c nl_defs.h
11
12nl_symbols.c: nlist_symbols
13 awk '\
14 BEGIN { \
15 print "#include <sys/param.h>"; \
16 print "#include <nlist.h>"; \
17 print "struct nlist nl[] = {"; \
18 } \

--- 49 unchanged lines hidden ---
10
11nl_symbols.c: nlist_symbols
12 awk '\
13 BEGIN { \
14 print "#include <sys/param.h>"; \
15 print "#include <nlist.h>"; \
16 print "struct nlist nl[] = {"; \
17 } \

--- 49 unchanged lines hidden ---