1c5b5f62fc
- IPv6 autoconfiguration - IPv6 nameserver TODO: french messages, dhcp add -DINET6 into x_ifconfig.
15 lines
277 B
Makefile
15 lines
277 B
Makefile
# $NetBSD: Makefile,v 1.9 2000/01/04 08:33:53 itojun Exp $
|
|
# Build a smaller ifconfig (i.e. for boot media)
|
|
|
|
PROG= ifconfig
|
|
MKMAN= no
|
|
|
|
SRCDIR= ${.CURDIR}/../../../sbin/ifconfig
|
|
CPPFLAGS+= -DINET6 -DINET_ONLY -I${SRCDIR}
|
|
|
|
all: ${PROG}
|
|
|
|
.include <bsd.prog.mk>
|
|
|
|
.PATH: ${SRCDIR}
|