diff options
Diffstat (limited to 'regress/lib/libpthread/pcap/Makefile')
-rw-r--r-- | regress/lib/libpthread/pcap/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/regress/lib/libpthread/pcap/Makefile b/regress/lib/libpthread/pcap/Makefile index 05adefc51d9..821f1c63e48 100644 --- a/regress/lib/libpthread/pcap/Makefile +++ b/regress/lib/libpthread/pcap/Makefile @@ -1,8 +1,7 @@ -# $OpenBSD: Makefile,v 1.4 2001/11/12 00:58:57 marc Exp $ +# $OpenBSD: Makefile,v 1.5 2002/01/03 00:43:47 art Exp $ PROG= pcap -SRCS= pcap.c LDADD+= -lpcap -.include <bsd.prog.mk> +.include <bsd.regress.mk> |