From 0bf1da98b6b79886a79c549c2285507f8471aadb Mon Sep 17 00:00:00 2001
From: Quincey Koziol <koziol@hdfgroup.org>
Date: Tue, 14 Apr 1998 11:50:05 -0500
Subject: [PATCH] [svn-r347] Added '*.core' to distclean target and set new
 location for cpp on FreeBSD machines.

---
 config/conclude.in  | 2 +-
 config/freebsd2.2.1 | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/config/conclude.in b/config/conclude.in
index 84b1058e3a..39da813435 100644
--- a/config/conclude.in
+++ b/config/conclude.in
@@ -80,7 +80,7 @@ clean: mostlyclean
 # in the distribution.
 #
 distclean: clean
-	$(RM) .depend TAGS *~ core *.bak *.old *.new $(DISTCLEAN)
+	$(RM) .depend TAGS *~ core *.core *.bak *.old *.new $(DISTCLEAN)
 	@if test -f Makefile.in; then					      \
 	   (set -x; $(RM) Makefile);					      \
 	fi
diff --git a/config/freebsd2.2.1 b/config/freebsd2.2.1
index 2cf310c7e3..6a2d8ccb2c 100644
--- a/config/freebsd2.2.1
+++ b/config/freebsd2.2.1
@@ -4,3 +4,4 @@
 # the various compile modes.
 
 . config/linux
+CPP=/usr/bin/cpp