xref: /netbsd/distrib/utils/x_ifconfig/Makefile (revision bf9ec67e)
1# $NetBSD: Makefile,v 1.16 2001/12/12 00:05:13 tv Exp $
2# Build a smaller ifconfig (i.e. for boot media)
3
4SRCDIR=		${.CURDIR}/../../../sbin/ifconfig
5
6PROG=		ifconfig
7NOMAN=		# defined
8
9CPPFLAGS+=	-DINET_ONLY -I${SRCDIR}
10.if (${MACHINE} == "i386") || (${MACHINE} == "hpcmips") || (${MACHINE} == "x68k")
11CPPFLAGS+=	-DINET6
12.endif
13
14.include <bsd.prog.mk>
15
16.PATH:		${SRCDIR}
17