summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1995-03-19 08:23:47 +0000
committerrgrimes <rgrimes@FreeBSD.org>1995-03-19 08:23:47 +0000
commitc47dc6f7e77b15466a5718e8b7d78754b777bdb8 (patch)
treecef88905eed88989f0e30073d3b0c515661bdda2 /Makefile
parent9f5fdc8c9677ff725fc31b568e4f25af4bca29f3 (diff)
downloadFreeBSD-src-c47dc6f7e77b15466a5718e8b7d78754b777bdb8.zip
FreeBSD-src-c47dc6f7e77b15466a5718e8b7d78754b777bdb8.tar.gz
Add installation of include files from libpcap.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ba7746a..342a5f4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.45 1995/03/17 04:59:44 phk Exp $
+# $Id: Makefile,v 1.46 1995/03/18 07:00:25 rgrimes Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include and MOST of /usr/lib
@@ -217,6 +217,7 @@ includes:
.if defined(WANT_MSUN)
cd ${.CURDIR}/lib/msun && ${MAKE} beforeinstall
.endif
+ cd ${.CURDIR}/lib/lib/pcap && ${MAKE} beforeinstall
cd ${.CURDIR}/lib/librpcsvc && ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libskey && ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libtermcap && ${MAKE} beforeinstall
OpenPOWER on IntegriCloud