NetBSD/sbin/ifconfig/Makefile
2005-03-19 17:32:26 +00:00

28 lines
416 B
Makefile

# $NetBSD: Makefile,v 1.20 2005/03/19 17:32:26 thorpej Exp $
# @(#)Makefile 8.1 (Berkeley) 6/5/93
.include <bsd.own.mk>
WARNS= 3
PROG= ifconfig
MAN= ifconfig.8
CPPFLAGS+= -I${NETBSDSRCDIR}/sys/
.if (${USE_INET6} != "no")
CPPFLAGS+=-DINET6
.endif
# KAME scope id hack
CPPFLAGS+=-DKAME_SCOPEID
DPADD+=${LIBUTIL}
LDADD+=-lutil
SRCS= ifconfig.c
SRCS+= agr.c
SRCS+= tunnel.c
SRCS+= vlan.c
.include <bsd.prog.mk>