# $NetBSD: Makefile,v 1.15 2004/10/28 20:10:29 dsl Exp $ # @(#)Makefile 8.1 (Berkeley) 6/5/93 PROG= ifconfig MAN= ifconfig.8 CPPFLAGS+=-DINET6 # KAME scope id hack CPPFLAGS+=-DKAME_SCOPEID DPADD+=${LIBUTIL} LDADD+=-lutil SRCS= ifconfig.c .include