diff options
author | bde <bde@FreeBSD.org> | 1995-02-08 20:46:53 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1995-02-08 20:46:53 +0000 |
commit | 0279eb214523d4d472b7e921c2e22d87e7095fc3 (patch) | |
tree | c78a9625fd2b569ad7306452c5e8cf1f127ad804 /lib/Makefile | |
parent | 97873f1113d5f586ea9a11de2af074fad9f3bf3a (diff) | |
download | FreeBSD-src-0279eb214523d4d472b7e921c2e22d87e7095fc3.zip FreeBSD-src-0279eb214523d4d472b7e921c2e22d87e7095fc3.tar.gz |
Add libpcap. I don't know what it is doing in the tree, but it has
settled for too long. Compiling it gives 142 lines of compiler
warnings. Perhaps the dirt will be fixed if it is visible.
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile b/lib/Makefile index d061a36..a1e778c 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -12,8 +12,8 @@ SUBDIR=csu/${MACHINE} # XXX MISSING: libmp libplot SUBDIR+= libc libcompat libcom_err libcrypt libcurses libedit \ libf2c libforms \ - libkvm libmd libmytinfo libncurses libresolv librpcsvc libscsi libskey \ - libss libtelnet libtermcap libutil liby + libkvm libmd libmytinfo libncurses libpcap libresolv librpcsvc \ + libscsi libskey libss libtelnet libtermcap libutil liby .if !defined(WANT_MSUN) SUBDIR+= libm |