=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/netstat/Makefile,v retrieving revision 1.21 retrieving revision 1.22 diff -c -r1.21 -r1.22 *** src/usr.bin/netstat/Makefile 2012/08/22 00:11:57 1.21 --- src/usr.bin/netstat/Makefile 2015/02/06 03:22:00 1.22 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.21 2012/08/22 00:11:57 tedu Exp $ PROG= netstat SRCS= if.c inet.c inet6.c main.c mbuf.c mroute.c route.c \ --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.22 2015/02/06 03:22:00 reyk Exp $ PROG= netstat SRCS= if.c inet.c inet6.c main.c mbuf.c mroute.c route.c \ *************** *** 7,11 **** --- 7,12 ---- BINMODE=2555 LDADD= -lkvm -lutil DPADD= ${LIBKVM} ${LIBUTIL} + CFLAGS= -Wall .include