summaryrefslogtreecommitdiff
path: root/distrib/utils/x_ifconfig/Makefile
blob: 365e537fe7ea98676730ce99c5004409fa76c3bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $NetBSD: Makefile,v 1.4 1996/03/27 04:48:46 scottr Exp $
# Build a smaller ifconfig (i.e. for boot media)

PROG=	ifconfig
NOMAN=	

SRCDIR= ${.CURDIR}/../../../sbin/ifconfig
CFLAGS+= -DINET_ONLY -I${SRCDIR}

all: ${PROG}

.include <bsd.prog.mk>

.PATH:  ${SRCDIR}