Deleted Added
full compact
Makefile (22990) Makefile (25451)
1# From: @(#)Makefile 8.1 (Berkeley) 6/5/93
1# From: @(#)Makefile 8.1 (Berkeley) 6/5/93
2# $Id$
2# $Id: Makefile,v 1.9 1997/02/22 14:32:32 peter Exp $
3
4PROG= ifconfig
3
4PROG= ifconfig
5SRCS= ifconfig.c
6
7#comment out to exclude SIOC[GS]IFMEDIA support
8SRCS+= ifmedia.c
9CFLAGS+=-DUSE_IF_MEDIA
10
5MAN8= ifconfig.8
6DPADD= ${LIBIPX}
7LDADD= -lipx
8COPTS= -DNS -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings \
9 -Wnested-externs
10
11.include <bsd.prog.mk>
11MAN8= ifconfig.8
12DPADD= ${LIBIPX}
13LDADD= -lipx
14COPTS= -DNS -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings \
15 -Wnested-externs
16
17.include <bsd.prog.mk>