summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbryner%uiuc.edu <devnull@localhost>2001-04-11 03:12:42 +0000
committerbryner%uiuc.edu <devnull@localhost>2001-04-11 03:12:42 +0000
commite3112eded58e500be6f665e6b1a236601278b9e2 (patch)
tree2e0f49a78bebc8fa7c6127685d223c4dd8026a10
parent25c2f3f321bcc5e221456df967589947f2f79a44 (diff)
downloadnss-hg-e3112eded58e500be6f665e6b1a236601278b9e2.tar.gz
Use FreeBSD.mk for all FreeBSD versions. Patch from markush@acc.umu.se, r=nelsonb.
-rw-r--r--security/coreconf/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/coreconf/config.mk b/security/coreconf/config.mk
index 0eb5fc93f..9e606f2d5 100644
--- a/security/coreconf/config.mk
+++ b/security/coreconf/config.mk
@@ -56,7 +56,7 @@ include $(CORE_DEPTH)/coreconf/command.mk
# each OS release. #
#######################################################################
-ifeq (,$(filter-out BSD_OS NetBSD OS2,$(OS_TARGET)))
+ifeq (,$(filter-out FreeBSD BSD_OS NetBSD OS2,$(OS_TARGET)))
include $(CORE_DEPTH)/coreconf/$(OS_TARGET).mk
else
include $(CORE_DEPTH)/coreconf/$(OS_CONFIG).mk