=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/netstat/Makefile,v retrieving revision 1.11 retrieving revision 1.12 diff -c -r1.11 -r1.12 *** src/usr.bin/netstat/Makefile 2003/05/14 23:37:05 1.11 --- src/usr.bin/netstat/Makefile 2004/06/25 20:05:40 1.12 *************** *** 1,9 **** ! # $OpenBSD: Makefile,v 1.11 2003/05/14 23:37:05 itojun Exp $ PROG= netstat ! SRCS= if.c inet.c inet6.c ipx.c iso.c main.c mbuf.c mroute.c ns.c route.c \ ! tp_astring.c unix.c atalk.c mroute6.c ! .PATH: ${.CURDIR}/../../sys/netiso BINGRP= kmem BINMODE=2555 LDADD= -lkvm --- 1,8 ---- ! # $OpenBSD: Makefile,v 1.12 2004/06/25 20:05:40 henning Exp $ PROG= netstat ! SRCS= if.c inet.c inet6.c ipx.c main.c mbuf.c mroute.c ns.c route.c \ ! unix.c atalk.c mroute6.c BINGRP= kmem BINMODE=2555 LDADD= -lkvm