[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / sbin / ifconfig

File: [local] / src / sbin / ifconfig / Makefile (download)

Revision 1.7, Fri Apr 14 02:40:01 2000 UTC (24 years, 2 months ago) by itojun
Branch: MAIN
CVS Tags: OPENBSD_3_5_BASE, OPENBSD_3_5, OPENBSD_3_4_BASE, OPENBSD_3_4, OPENBSD_3_3_BASE, OPENBSD_3_3, OPENBSD_3_2_BASE, OPENBSD_3_2, OPENBSD_3_1_BASE, OPENBSD_3_1, OPENBSD_3_0_BASE, OPENBSD_3_0, OPENBSD_2_9_BASE, OPENBSD_2_9, OPENBSD_2_8_BASE, OPENBSD_2_8, OPENBSD_2_7_BASE, OPENBSD_2_7
Changes since 1.6: +2 -2 lines

use getifaddrs, instead of SIOCGIFCONF.
XXX ifr/ifr6 manipulation is kind of ugly.

#	$OpenBSD: Makefile,v 1.7 2000/04/14 02:40:01 itojun Exp $

PROG=	ifconfig
MAN=	ifconfig.8

CPPFLAGS+=-DINET6
CPPFLAGS+=-DHAVE_IFADDRS_H

# kame scopeid hack
CPPFLAGS+=-DKAME_SCOPEID

.include <bsd.prog.mk>