diff options
author | Randolph Chung <tausq@debian.org> | 2000-07-09 03:07:42 +0000 |
---|---|---|
committer | Randolph Chung <tausq@debian.org> | 2000-07-09 03:07:42 +0000 |
commit | 986ea00a8cbe68e3670ff885c969e201e47b0a95 (patch) | |
tree | a9b8dc8481bb0b20dab6bd7e337526bacd51e114 /Makefile | |
parent | 7513fde29d278751593c6d3130d25c3c773acccb (diff) |
misc net fixes for building....
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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: |