diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1996-06-28 05:36:00 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1996-06-28 05:36:00 +0000 |
| commit | 5e72817c935e29d669e3c4571b21b3452e0b2ec6 (patch) | |
| tree | 6c814d087891ec0641d1dbb039eea880d8da7eb4 | |
| parent | 3510f44474d777d8fe029522a0017e0315c10c70 (diff) | |
Notes
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.86 1996/06/26 22:47:52 nate Exp $ +# $Id: Makefile,v 1.87 1996/06/27 06:00:52 peter Exp $ # # Make command line options: # -DCLOBBER will remove /usr/include @@ -248,6 +248,7 @@ includes: cd ${.CURDIR}/lib/libpcap && ${MAKE} beforeinstall cd ${.CURDIR}/lib/librpcsvc && ${MAKE} beforeinstall cd ${.CURDIR}/lib/libskey && ${MAKE} beforeinstall + cd ${.CURDIR}/lib/libtcl && ${MAKE} beforeinstall cd ${.CURDIR}/lib/libtermcap && ${MAKE} beforeinstall cd ${.CURDIR}/lib/libcom_err && ${MAKE} beforeinstall cd ${.CURDIR}/lib/libss && ${MAKE} beforeinstall |
