diff options
| author | rpaulo <rpaulo@NetBSD.org> | 2005-08-04 19:40:00 +0000 |
|---|---|---|
| committer | rpaulo <rpaulo@NetBSD.org> | 2005-08-04 19:40:00 +0000 |
| commit | 22a0fcf2902eefe616c5fd715aedc48186eae258 (patch) | |
| tree | a509619de3388563c29c7bc48026bb417c46712e /usr.bin/netstat/Makefile | |
| parent | 66daeed445e5b95e814140916d65fbb97e708d90 (diff) | |
Added bpf.c.
Diffstat (limited to 'usr.bin/netstat/Makefile')
| -rw-r--r-- | usr.bin/netstat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/netstat/Makefile b/usr.bin/netstat/Makefile index 32a63092455..18569f2d560 100644 --- a/usr.bin/netstat/Makefile +++ b/usr.bin/netstat/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.24 2005/01/10 02:58:59 lukem Exp $ +# $NetBSD: Makefile,v 1.25 2005/08/04 19:40:00 rpaulo Exp $ # from: @(#)Makefile 8.1 (Berkeley) 6/12/93 .include <bsd.own.mk> PROG= netstat -SRCS= atalk.c fast_ipsec.c if.c inet.c inet6.c ipsec.c iso.c \ +SRCS= atalk.c bpf.c fast_ipsec.c if.c inet.c inet6.c ipsec.c iso.c \ main.c mbuf.c mroute.c mroute6.c ns.c route.c tp_astring.c \ unix.c .PATH: ${NETBSDSRCDIR}/sys/netiso |
