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

File: [local] / src / usr.bin / netstat / Makefile (download)

Revision 1.6, Wed Dec 8 12:30:17 1999 UTC (24 years, 6 months ago) by itojun
Branch: MAIN
Changes since 1.5: +5 -2 lines

add IPv6 support from KAME.  cleanup type matches with printf() format.
KAME_SCOPEID should be enabled after KAME get{addr,name}info(3) merge.

#	$OpenBSD: Makefile,v 1.6 1999/12/08 12:30:17 itojun Exp $

PROG=	netstat
SRCS=	if.c inet.c ipx.c iso.c main.c mbuf.c mroute.c ns.c route.c \
	tp_astring.c unix.c atalk.c inet6.c mroute6.c
.PATH:	${.CURDIR}/../../sys/netiso
BINGRP=	kmem
BINMODE=2555
LDADD=	-lkvm
DPADD=	${LIBKVM}

CPPFLAGS+=	-DINET6
#CPPFLAGS+=	-DKAME_SCOPEID

.include <bsd.prog.mk>