NetBSD/distrib/utils/x_ifconfig/Makefile

15 lines
266 B
Makefile
Raw Normal View History

1997-10-22 06:11:56 +04:00
# $NetBSD: Makefile,v 1.5 1997/10/22 02:16:38 lukem Exp $
# Build a smaller ifconfig (i.e. for boot media)
PROG= ifconfig
NOMAN=
SRCDIR= ${.CURDIR}/../../../sbin/ifconfig
1997-10-22 06:11:56 +04:00
CPPFLAGS+= -DINET_ONLY -I${SRCDIR}
all: ${PROG}
.include <bsd.prog.mk>
1995-10-13 21:35:17 +03:00
.PATH: ${SRCDIR}