1996-11-21 19:36:09 +00:00
|
|
|
# From: @(#)Makefile 8.1 (Berkeley) 6/5/93
|
1997-05-04 06:27:45 +00:00
|
|
|
# $Id: Makefile,v 1.9 1997/02/22 14:32:32 peter Exp $
|
1994-05-26 06:35:07 +00:00
|
|
|
|
|
|
|
PROG= ifconfig
|
1997-05-04 06:27:45 +00:00
|
|
|
SRCS= ifconfig.c
|
|
|
|
|
|
|
|
#comment out to exclude SIOC[GS]IFMEDIA support
|
|
|
|
SRCS+= ifmedia.c
|
|
|
|
CFLAGS+=-DUSE_IF_MEDIA
|
|
|
|
|
1994-08-05 02:42:42 +00:00
|
|
|
MAN8= ifconfig.8
|
1996-11-21 19:36:09 +00:00
|
|
|
DPADD= ${LIBIPX}
|
|
|
|
LDADD= -lipx
|
|
|
|
COPTS= -DNS -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings \
|
|
|
|
-Wnested-externs
|
1994-05-26 06:35:07 +00:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|