diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2000-09-22 07:49:09 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2000-09-22 07:49:09 +0000 |
| commit | e163d357f5035044af23ce6d7fce2a9776aab20d (patch) | |
| tree | 16f1a94f602feca6083ea5b48d6eecce7e5e287c | |
| parent | 5ac7fc75e3513c634a851769feb27e2441563949 (diff) | |
Notes
| -rw-r--r-- | Makefile.inc1 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1 index e797156ec8fc..6244f485bc05 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -639,6 +639,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 |
