diff options
author | des <des@FreeBSD.org> | 2002-04-13 07:24:14 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2002-04-13 07:24:14 +0000 |
commit | 2eccbb788c5e7bea756dd56ad600b7eae7558df8 (patch) | |
tree | e261dbd436584c9c95acaab4bdd2621e5142aa88 /Makefile.inc1 | |
parent | 3359f274e81f8433c0106d59240821c85209c4bd (diff) | |
download | FreeBSD-src-2eccbb788c5e7bea756dd56ad600b7eae7558df8.zip FreeBSD-src-2eccbb788c5e7bea756dd56ad600b7eae7558df8.tar.gz |
Add libypclnt to the includes target.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r-- | Makefile.inc1 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1 index b8fd9d6..a1f2370 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -711,6 +711,7 @@ includes: cd ${.CURDIR}/lib/libutil; ${MAKE} beforeinstall cd ${.CURDIR}/lib/libvgl; ${MAKE} beforeinstall cd ${.CURDIR}/lib/libwrap; ${MAKE} beforeinstall + cd ${.CURDIR}/lib/libypclnt; ${MAKE} beforeinstall cd ${.CURDIR}/lib/libz; ${MAKE} beforeinstall cd ${.CURDIR}/usr.bin/lex; ${MAKE} beforeinstall |