aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbuytenh <buytenh>2002-01-06 11:41:44 +0000
committerbuytenh <buytenh>2002-01-06 11:41:44 +0000
commite5c9c8107e669554b1c2418df263e554ae8d62aa (patch)
treef551af5c194ae0d2ddb1059db1ef76d06eb2388f
parent0661baac823435fc763aa5499b167ad0e71e4362 (diff)
downloadbridge-utils-e5c9c8107e669554b1c2418df263e554ae8d62aa.tar.gz
Remove references to 'tap'.
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index f8295eb..b758eda 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-all: brctl/brctl brctl/brctld misc/bidi misc/tap
+all: brctl/brctl brctl/brctld misc/bidi
clean:
make -C brctl clean
@@ -19,6 +19,3 @@ libbridge/libbridge.a: libbridge/if_index.c libbridge/libbridge.h libbridge/lib
misc/bidi: misc/bidi.c
make -C misc
-
-misc/tap: misc/tap.c
- make -C misc