summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1995-01-20 20:28:31 +0000
committerwollman <wollman@FreeBSD.org>1995-01-20 20:28:31 +0000
commit0ba8a14f2ec87e3407973f025d1e0dc0fe2aa38c (patch)
tree67cadcfeebc2d82c4a674683c73891f4c42e6a7e /Makefile
parent85ccf361d4569bd19b06620fcc62285b90afcb15 (diff)
downloadFreeBSD-src-0ba8a14f2ec87e3407973f025d1e0dc0fe2aa38c.zip
FreeBSD-src-0ba8a14f2ec87e3407973f025d1e0dc0fe2aa38c.tar.gz
Add libcom_err to `includes' target so CLOBBERing the world works again (we
hope).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4d3222c..3594ece 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.34 1995/01/13 21:00:05 wollman Exp $
+# $Id: Makefile,v 1.35 1995/01/19 22:41:25 wollman Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include and MOST of /usr/lib
@@ -222,6 +222,7 @@ includes:
cd ${.CURDIR}/lib/librpcsvc && ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libskey && ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libtermcap && ${MAKE} beforeinstall
+ cd ${.CURDIR}/lib/libcom_err && ${MAKE} beforeinstall
lib-tools:
@echo "--------------------------------------------------------------"
OpenPOWER on IntegriCloud