NetBSD/distrib/utils/x_ifconfig/Makefile
itojun 1c5b5f62fc enable IPv6 support in sysinst. integration of work by ichiro@ichiro.org.
- IPv6 autoconfiguration
- IPv6 nameserver
TODO: french messages, dhcp

add -DINET6 into x_ifconfig.
2000-01-04 08:33:51 +00:00

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}