summaryrefslogtreecommitdiff
path: root/distrib/special/ifconfig/Makefile
blob: c663809b851a8fdffee489c9e012e735fce775c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#	$OpenBSD: Makefile,v 1.4 2012/09/07 00:20:21 deraadt Exp $

PROG=	ifconfig
SRCS=   ifconfig.c
COPTS+=	-DSMALL

LDADD=	-lutil
DPADD=	${LIBUTIL}

.PATH:  ${.CURDIR}/../../../sbin/ifconfig

CPPFLAGS+=-DINET6

# kame scopeid hack
CPPFLAGS+=-DKAME_SCOPEID

.include <bsd.prog.mk>