xref: /netbsd-src/distrib/utils/x_ifconfig/Makefile (revision 500db002748d9818288e46e10f026a2b09548086)
1# $NetBSD: Makefile,v 1.28 2008/07/25 15:11:48 skrll Exp $
2# Build a smaller ifconfig (i.e. for boot media)
3
4.include <bsd.own.mk>
5
6NOMAN=	# defined
7
8SRCDIR=		${.CURDIR}/../../../sbin/ifconfig
9
10
11.if defined(SMALLPROG_INET6) && (${USE_INET6} != "no")
12CPPFLAGS+=	-DINET6
13SRCS+= af_inet6.c
14.endif
15
16.include "../../../sbin/ifconfig/Makefile.inc"
17
18.include <bsd.prog.mk>
19
20.PATH:		${SRCDIR}
21