Add libypclnt to the includes target.

This commit is contained in:
Dag-Erling Smørgrav 2002-04-13 07:24:14 +00:00
parent 533e4c33b3
commit 761139b173
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=94579

View File

@ -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