NetBSD/distrib/utils/x_ifconfig/Makefile

17 lines
371 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.16 2001/12/12 00:05:13 tv Exp $
# Build a smaller ifconfig (i.e. for boot media)
SRCDIR= ${.CURDIR}/../../../sbin/ifconfig
PROG= ifconfig
NOMAN= # defined
CPPFLAGS+= -DINET_ONLY -I${SRCDIR}
.if (${MACHINE} == "i386") || (${MACHINE} == "hpcmips") || (${MACHINE} == "x68k")
CPPFLAGS+= -DINET6
.endif
.include <bsd.prog.mk>
1995-10-13 21:35:17 +03:00
.PATH: ${SRCDIR}