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

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

1.3     ! mickey      1: #      $OpenBSD: Makefile,v 1.2 1996/06/26 05:37:19 deraadt Exp $
1.1       deraadt     2: #      $NetBSD: Makefile,v 1.11 1995/10/03 21:42:34 thorpej Exp $
                      3:
                      4: PROG=  netstat
1.3     ! mickey      5: SRCS=  if.c inet.c ipx.c iso.c main.c mbuf.c mroute.c ns.c route.c \
1.1       deraadt     6:        tp_astring.c unix.c
                      7: .PATH: ${.CURDIR}/../../sys/netiso
                      8: BINGRP=        kmem
                      9: BINMODE=2555
                     10: LDADD= -lkvm
                     11: DPADD= ${LIBKVM}
                     12:
                     13: .include <bsd.prog.mk>