From df9059a6103af292a2aee25095009cd230e69051 Mon Sep 17 00:00:00 2001 From: "Rodney W. Grimes" Date: Sun, 19 Mar 1995 08:23:47 +0000 Subject: [PATCH] Add installation of include files from libpcap. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ba7746a62b5..342a5f4927e 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