aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1995-01-21 23:01:19 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1995-01-21 23:01:19 +0000
commit41be2d70c9877b0f9ec6da3f24b2e286e5eb8db1 (patch)
treebc4c83fb7049f4004854135b28a8e43a3a307662 /Makefile
parent1a0518966d703d9b78c159d89c1e63c5176f6971 (diff)
downloadsrc-41be2d70c9877b0f9ec6da3f24b2e286e5eb8db1.tar.gz
src-41be2d70c9877b0f9ec6da3f24b2e286e5eb8db1.zip
`make world' fixes from Pat Barron, Mark Murray.
Closes PR #156.
Notes
Notes: svn path=/head/; revision=5772
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3594ecec9391..4e9a8a4fa656 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.35 1995/01/19 22:41:25 wollman Exp $
+# $Id: Makefile,v 1.36 1995/01/20 20:28:31 wollman Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include and MOST of /usr/lib
@@ -223,6 +223,7 @@ includes:
cd ${.CURDIR}/lib/libskey && ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libtermcap && ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libcom_err && ${MAKE} beforeinstall
+ cd ${.CURDIR}/lib/libss && ${MAKE} beforeinstall
lib-tools:
@echo "--------------------------------------------------------------"
@@ -235,6 +236,8 @@ lib-tools:
${MAKE} depend all install ${CLEANDIR} ${OBJDIR}
cd ${.CURDIR}/usr.bin/nm && \
${MAKE} depend all install ${CLEANDIR} ${OBJDIR}
+ cd ${.CURDIR}/usr.bin/lex/lib && \
+ ${MAKE} depend all install ${CLEANDIR} ${OBJDIR}
cd ${.CURDIR}/usr.bin/compile_et && \
${MAKE} depend all install ${CLEANDIR} ${OBJDIR} && \
rm -f /usr/sbin/compile_et