# From: @(#)Makefile 8.1 (Berkeley) 6/5/93 # $FreeBSD: head/sbin/ifconfig/Makefile 50476 1999-08-28 00:22:10Z peter $ PROG= ifconfig SRCS= ifconfig.c #comment out to exclude SIOC[GS]IFMEDIA support SRCS+= ifmedia.c CFLAGS+=-DUSE_IF_MEDIA #comment out to exclude SIOC[GS]ETVLAN support SRCS+= ifvlan.c CFLAGS+=-DUSE_VLANS MAN8= ifconfig.8 DPADD= ${LIBIPX} LDADD= -lipx COPTS= -DNS -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings \ -Wnested-externs -I.. .include