summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorjraynard <jraynard@FreeBSD.org>1996-07-21 00:05:31 +0000
committerjraynard <jraynard@FreeBSD.org>1996-07-21 00:05:31 +0000
commit62e961e1331841545c70e38dd3adad5a1c676adc (patch)
treed1e259bfa311016bc30c11b2bef70c296bdeecd7 /Makefile
parentaae316ab55ff9f7c5f3a9d992ef4a2021cfc6324 (diff)
downloadFreeBSD-src-62e961e1331841545c70e38dd3adad5a1c676adc.zip
FreeBSD-src-62e961e1331841545c70e38dd3adad5a1c676adc.tar.gz
Fix typo in Makefile.
Reviewed (informally!) by jkh.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6155aff..60c9523 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.88 1996/06/28 05:36:00 phk Exp $
+# $Id: Makefile,v 1.89 1996/07/01 06:13:31 jkh Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include
@@ -312,7 +312,7 @@ libraries:
cd ${.CURDIR}/lib && \
${MAKE} ${MK_FLAGS} depend all install ${CLEANDIR} ${OBJDIR}
.endif
-.if exists(usr.sbin/lex/lib)
+.if exists(usr.bin/lex/lib)
cd ${.CURDIR}/usr.bin/lex/lib && \
${MAKE} ${MK_FLAGS} depend all install ${CLEANDIR} ${OBJDIR}
.endif
OpenPOWER on IntegriCloud