summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorats <ats@FreeBSD.org>1995-03-19 17:24:24 +0000
committerats <ats@FreeBSD.org>1995-03-19 17:24:24 +0000
commita66b83935b58c8187a79cd90cf829ceba5b23f31 (patch)
tree07ba22247c0268c3a50a5bec83f670231e96f5cb /Makefile
parent9cd78521d8c98c1054f6865820ad07469edac8fd (diff)
downloadFreeBSD-src-a66b83935b58c8187a79cd90cf829ceba5b23f31.zip
FreeBSD-src-a66b83935b58c8187a79cd90cf829ceba5b23f31.tar.gz
Correct one little typing error from Rod :-).
lib/lib/pcap -> lib/libpcap.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 342a5f4..e7bf5da 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.46 1995/03/18 07:00:25 rgrimes Exp $
+# $Id: Makefile,v 1.47 1995/03/19 08:23:47 rgrimes Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include and MOST of /usr/lib
@@ -217,7 +217,7 @@ includes:
.if defined(WANT_MSUN)
cd ${.CURDIR}/lib/msun && ${MAKE} beforeinstall
.endif
- cd ${.CURDIR}/lib/lib/pcap && ${MAKE} beforeinstall
+ cd ${.CURDIR}/lib/libpcap && ${MAKE} beforeinstall
cd ${.CURDIR}/lib/librpcsvc && ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libskey && ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libtermcap && ${MAKE} beforeinstall
OpenPOWER on IntegriCloud