summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Olah <olah@FreeBSD.org>1995-03-08 09:01:32 +0000
committerAndras Olah <olah@FreeBSD.org>1995-03-08 09:01:32 +0000
commit1dcbf7af64281d677ea14fa86bb88c437082128d (patch)
treec5d4b6c79b89c6d08993486eab1dbfdbd603b7f6
parentb2fd1f671d872c5801ba322319cede4cafb3a027 (diff)
Notes
-rw-r--r--share/mk/bsd.prog.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/share/mk/bsd.prog.mk b/share/mk/bsd.prog.mk
index c275092b8196..eda0737ea392 100644
--- a/share/mk/bsd.prog.mk
+++ b/share/mk/bsd.prog.mk
@@ -1,5 +1,5 @@
# from: @(#)bsd.prog.mk 5.26 (Berkeley) 6/25/91
-# $Id: bsd.prog.mk,v 1.22 1995/02/08 21:35:31 bde Exp $
+# $Id: bsd.prog.mk,v 1.23 1995/02/25 20:51:13 phk Exp $
.if exists(${.CURDIR}/../Makefile.inc)
.include "${.CURDIR}/../Makefile.inc"
@@ -43,6 +43,7 @@ LIBMP?= ${DESTDIR}/usr/lib/libmp.a # XXX doesn't exist
LIBMYTINFO?= ${DESTDIR}/usr/lib/libmytinfo.a
LIBNCURSES?= ${DESTDIR}/usr/lib/libncurses.a
LIBPC?= ${DESTDIR}/usr/lib/libpc.a # XXX doesn't exist
+LIBPCAP?= ${DESTDIR}/usr/lib/libpcap.a
LIBPLOT?= ${DESTDIR}/usr/lib/libplot.a # XXX doesn't exist
LIBREADLINE?= ${DESTDIR}/usr/lib/libreadline.a
LIBRESOLV?= ${DESTDIR}/usr/lib/libresolv.a