Skip to content

Commit

Permalink
add ifconfig to fbsd r42
Browse files Browse the repository at this point in the history
  • Loading branch information
kawa committed Nov 26, 2000
1 parent aa59136 commit 729f48f
Show file tree
Hide file tree
Showing 6 changed files with 2,837 additions and 0 deletions.
22 changes: 22 additions & 0 deletions freebsd4/sbin/ifconfig/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# From: @(#)Makefile 8.1 (Berkeley) 6/5/93
# $FreeBSD: src/sbin/ifconfig/Makefile,v 1.14 1999/12/15 05:13:20 shin Exp $

PROG= ifconfig
SRCS= ifconfig.c

#comment out to exclude SIOC[GS]IFMEDIA support
SRCS+= ifmedia.c
CFLAGS+=-DUSE_IF_MEDIA
CFLAGS+=-DINET6

#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 <bsd.prog.mk>
Loading

0 comments on commit 729f48f

Please sign in to comment.