summaryrefslogtreecommitdiff
path: root/distrib/utils/x_ifconfig/Makefile
blob: 1a778e00fe1afd9ac53548927d7065ef91cdcc49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $NetBSD: Makefile,v 1.3 1995/10/13 18:35:28 gwr Exp $
# Build a smaller ifconfig (i.e. for boot media)

PROG=	ifconfig
NOMAN=	

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

all: ${PROG}

.include <bsd.prog.mk>

.PATH:  ${SRCDIR}