summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2000-09-09 14:37:06 +0000
committerdes <des@FreeBSD.org>2000-09-09 14:37:06 +0000
commit2676894951c4dbf401ae74922f77fcc75ba8c67c (patch)
tree234293a194d56c164fc2c5d21ac606cfb96b8a21 /Makefile.inc1
parent5ea50b42cc40f4f070e80c89eb1f4e621558dd5e (diff)
downloadFreeBSD-src-2676894951c4dbf401ae74922f77fcc75ba8c67c.zip
FreeBSD-src-2676894951c4dbf401ae74922f77fcc75ba8c67c.tar.gz
Include libfetch in the includes target.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc11
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 1c64f80..dd43618 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -651,6 +651,7 @@ includes:
cd ${.CURDIR}/lib/libcam; ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libdisk; ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libedit; ${MAKE} beforeinstall
+ cd ${.CURDIR}/lib/libfetch; ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libftpio; ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libkvm; ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libmd; ${MAKE} beforeinstall
OpenPOWER on IntegriCloud