diff options
author | wollman <wollman@FreeBSD.org> | 1995-01-21 23:01:33 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1995-01-21 23:01:33 +0000 |
commit | ea6f0fdf7e09f1a4d6240fb14925e531020c5ca9 (patch) | |
tree | 084d016dfd55ba101b2fb8d0cf15798fdac04c29 | |
parent | 2197ed05b89a43c8518597e72af366afa0f4d862 (diff) | |
download | FreeBSD-src-ea6f0fdf7e09f1a4d6240fb14925e531020c5ca9.zip FreeBSD-src-ea6f0fdf7e09f1a4d6240fb14925e531020c5ca9.tar.gz |
*** empty log message ***
-rw-r--r-- | lib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile index 5023ddf..a0e594b 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -10,7 +10,8 @@ SUBDIR=csu/${MACHINE} .endif # XXX MISSING: libmp libplot -SUBDIR+= libc libcompat libcrypt libcurses libedit libf2c libforms \ +SUBDIR+= libc libcompat libcom_err libcrypt libcurses libedit \ + libf2c libforms \ libkvm libmd libmytinfo libncurses libresolv librpcsvc libskey \ libss libtelnet libtermcap libutil liby |