5f036cce1d
sync with latest KAME.
13 lines
219 B
Makefile
13 lines
219 B
Makefile
# $NetBSD: Makefile,v 1.11 1999/12/13 15:24:45 itojun Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 6/5/93
|
|
|
|
PROG= ifconfig
|
|
MAN= ifconfig.8
|
|
|
|
CPPFLAGS+=-DINET6
|
|
|
|
# KAME scope id hack
|
|
CPPFLAGS+=-DKAME_SCOPEID
|
|
|
|
.include <bsd.prog.mk>
|