NetBSD/distrib/utils/x_ifconfig/Makefile

15 lines
255 B
Makefile
Raw Normal View History

1995-10-13 21:10:06 +03:00
# $NetBSD: Makefile,v 1.2 1995/10/13 18:10:31 gwr Exp $
# Build a smaller ifconfig (i.e. for boot media)
PROG= ifconfig
NOMAN=
1995-10-13 21:10:06 +03:00
SRCDIR= ${BSDSRCDIR}/sbin/ifconfig
CFLAGS+= -DINET_ONLY -I${SRCDIR}
.PATH: ${SRCDIR}
all: ${PROG}
.include <bsd.prog.mk>