diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2009-11-22 22:00:25 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2009-11-22 22:00:25 +0000 |
commit | e77b0b834bacf5c44e7aff10e896a1d6edbdffdd (patch) | |
tree | ff16125e7af743556cfc6033b683f7ba81207680 /sbin/ifconfig/Makefile | |
parent | 7ca08619b56402edd8da07eda10d344165040869 (diff) |
Merge brconfig into ifconfig. It is annoying that it is impossible to do
ifconfig bridge0 add em0 add gif0 add vether0 up
instead you need to
ifconfig bridge0 create
brconfig bridge0 add em0 add gif0 add vether0 up
This is working for everything now but we may do some changes when needed.
Manpages and startup scripts are following soon.
OK deraadt@, henning@
Diffstat (limited to 'sbin/ifconfig/Makefile')
-rw-r--r-- | sbin/ifconfig/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/ifconfig/Makefile b/sbin/ifconfig/Makefile index ffabd35f85d..072c8546bec 100644 --- a/sbin/ifconfig/Makefile +++ b/sbin/ifconfig/Makefile @@ -1,6 +1,7 @@ -# $OpenBSD: Makefile,v 1.9 2006/11/15 01:53:00 itojun Exp $ +# $OpenBSD: Makefile,v 1.10 2009/11/22 22:00:24 claudio Exp $ PROG= ifconfig +SRCS= ifconfig.c brconfig.c MAN= ifconfig.8 CPPFLAGS+=-DINET6 |