diff options
Diffstat (limited to 'usr.bin/netstat/Makefile')
| -rw-r--r-- | usr.bin/netstat/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/usr.bin/netstat/Makefile b/usr.bin/netstat/Makefile new file mode 100644 index 000000000000..a47f735e56ee --- /dev/null +++ b/usr.bin/netstat/Makefile @@ -0,0 +1,17 @@ +# @(#)Makefile 8.1 (Berkeley) 6/12/93 +# $FreeBSD$ + +PROG= netstat +SRCS= if.c inet.c inet6.c main.c mbuf.c mcast.c mroute.c ipx.c route.c \ + unix.c atalk.c netgraph.c mroute6.c ipsec.c +CFLAGS+=-DIPSEC +CFLAGS+=-DINET6 +WARNS?= 2 +NO_WERROR?= + +BINGRP= kmem +BINMODE=2555 +DPADD= ${LIBKVM} ${LIBIPX} ${LIBNETGRAPH} ${LIBUTIL} +LDADD= -lkvm -lipx -lnetgraph -lutil + +.include <bsd.prog.mk> |
