[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / netstat

Annotation of src/usr.bin/netstat/Makefile, Revision 1.24

1.24    ! claudio     1: #      $OpenBSD: Makefile,v 1.23 2015/02/08 02:02:21 claudio Exp $
1.1       deraadt     2:
                      3: PROG=  netstat
1.18      henning     4: SRCS=  if.c inet.c inet6.c main.c mbuf.c mroute.c route.c \
1.20      henning     5:        unix.c mroute6.c net80211.c show.c
1.21      tedu        6: LDADD= -lkvm -lutil
                      7: DPADD= ${LIBKVM} ${LIBUTIL}
1.23      claudio     8: CFLAGS+=       -Wall
1.13      itojun      9:
1.1       deraadt    10: .include <bsd.prog.mk>