diff options
| author | Andreas Schulz <ats@FreeBSD.org> | 1995-03-19 17:24:24 +0000 |
|---|---|---|
| committer | Andreas Schulz <ats@FreeBSD.org> | 1995-03-19 17:24:24 +0000 |
| commit | 3cc5ba43188bf2261e15dfbc3f090538720b3aed (patch) | |
| tree | 07ba22247c0268c3a50a5bec83f670231e96f5cb | |
| parent | edf8a81561ba99036993c8fad8a5955252f630a8 (diff) | |
Notes
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.46 1995/03/18 07:00:25 rgrimes Exp $ +# $Id: Makefile,v 1.47 1995/03/19 08:23:47 rgrimes Exp $ # # Make command line options: # -DCLOBBER will remove /usr/include and MOST of /usr/lib @@ -217,7 +217,7 @@ includes: .if defined(WANT_MSUN) cd ${.CURDIR}/lib/msun && ${MAKE} beforeinstall .endif - cd ${.CURDIR}/lib/lib/pcap && ${MAKE} beforeinstall + cd ${.CURDIR}/lib/libpcap && ${MAKE} beforeinstall cd ${.CURDIR}/lib/librpcsvc && ${MAKE} beforeinstall cd ${.CURDIR}/lib/libskey && ${MAKE} beforeinstall cd ${.CURDIR}/lib/libtermcap && ${MAKE} beforeinstall |
