diff options
author | Marco S Hyman <marc@cvs.openbsd.org> | 2001-11-12 00:58:58 +0000 |
---|---|---|
committer | Marco S Hyman <marc@cvs.openbsd.org> | 2001-11-12 00:58:58 +0000 |
commit | 1cf132e0e8e9b2b0914a758674d9861559da7781 (patch) | |
tree | 29515f81201676d2dccc8cb8a0a4feb6ad233584 /regress/lib | |
parent | 854e32bfa0ac46bd779092588acc3ad83723617f (diff) |
add missing -lpcap, lost in resurection of the file
Diffstat (limited to 'regress/lib')
-rw-r--r-- | regress/lib/libc_r/pcap/Makefile | 4 | ||||
-rw-r--r-- | regress/lib/libpthread/pcap/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/regress/lib/libc_r/pcap/Makefile b/regress/lib/libc_r/pcap/Makefile index 4178e00d368..05adefc51d9 100644 --- a/regress/lib/libc_r/pcap/Makefile +++ b/regress/lib/libc_r/pcap/Makefile @@ -1,6 +1,8 @@ -# $OpenBSD: Makefile,v 1.3 2001/11/11 20:20:53 marc Exp $ +# $OpenBSD: Makefile,v 1.4 2001/11/12 00:58:57 marc Exp $ PROG= pcap SRCS= pcap.c +LDADD+= -lpcap + .include <bsd.prog.mk> diff --git a/regress/lib/libpthread/pcap/Makefile b/regress/lib/libpthread/pcap/Makefile index 4178e00d368..05adefc51d9 100644 --- a/regress/lib/libpthread/pcap/Makefile +++ b/regress/lib/libpthread/pcap/Makefile @@ -1,6 +1,8 @@ -# $OpenBSD: Makefile,v 1.3 2001/11/11 20:20:53 marc Exp $ +# $OpenBSD: Makefile,v 1.4 2001/11/12 00:58:57 marc Exp $ PROG= pcap SRCS= pcap.c +LDADD+= -lpcap + .include <bsd.prog.mk> |