diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-04-25 02:37:16 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-04-25 02:37:16 +0000 |
commit | fdab626a6398ea411367b27d210f9c1b227f6283 (patch) | |
tree | db477ed7ae608171f708b5915abde9effcab7bb5 /distrib/utils/x_ifconfig | |
parent | 208b2da7dc0a14504429116f8e0247010fc5bd65 (diff) |
sync w/ Net 960425
Diffstat (limited to 'distrib/utils/x_ifconfig')
-rw-r--r-- | distrib/utils/x_ifconfig/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/utils/x_ifconfig/Makefile b/distrib/utils/x_ifconfig/Makefile index 1a778e00fe1..365e537fe7e 100644 --- a/distrib/utils/x_ifconfig/Makefile +++ b/distrib/utils/x_ifconfig/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.3 1995/10/13 18:35:28 gwr Exp $ +# $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= ${BSDSRCDIR}/sbin/ifconfig +SRCDIR= ${.CURDIR}/../../../sbin/ifconfig CFLAGS+= -DINET_ONLY -I${SRCDIR} all: ${PROG} |