summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRandolph Chung <tausq@debian.org>2000-07-09 03:07:42 +0000
committerRandolph Chung <tausq@debian.org>2000-07-09 03:07:42 +0000
commit986ea00a8cbe68e3670ff885c969e201e47b0a95 (patch)
treea9b8dc8481bb0b20dab6bd7e337526bacd51e114 /Makefile
parent7513fde29d278751593c6d3130d25c3c773acccb (diff)
misc net fixes for building....
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 15d2461d6..98807e360 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-DIRS = headers error getent malloc-simple misc net regexp stdio2 \
+DIRS = headers error getent malloc-simple misc regexp stdio2 \
string sysdeps termios time #rpc
all: libc.a
@@ -50,6 +50,9 @@ termios: dummy
time: dummy
make -C time
+tags:
+ ctags -R
+
dummy:
clean: