No empty .Rs/.Re
[netbsd-mini2440.git] / distrib / utils / x_ifconfig / Makefile
blob9d1ba41dbced5402ffabcb8a34ea6274f7acaa19
1 # $NetBSD: Makefile,v 1.28 2008/07/25 15:11:48 skrll Exp $
2 # Build a smaller ifconfig (i.e. for boot media)
4 .include <bsd.own.mk>
6 NOMAN= # defined
8 SRCDIR= ${.CURDIR}/../../../sbin/ifconfig
11 .if defined(SMALLPROG_INET6) && (${USE_INET6} != "no")
12 CPPFLAGS+= -DINET6
13 SRCS+= af_inet6.c
14 .endif
16 .include "${.CURDIR}/../../../sbin/ifconfig/Makefile.inc"
18 .include <bsd.prog.mk>
20 .PATH: ${SRCDIR}