From 401de747b85bff3ec4d34dc908c5fbc1dfa73379 Mon Sep 17 00:00:00 2001 From: Garrett Wollman Date: Fri, 20 Jan 1995 20:28:31 +0000 Subject: [PATCH] Add libcom_err to `includes' target so CLOBBERing the world works again (we hope). --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4d3222c4501..3594ecec939 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 "--------------------------------------------------------------"