Use FreeBSD.mk for all FreeBSD versions. Patch from markush@acc.umu.se, r=nelsonb.

This commit is contained in:
bryner%uiuc.edu 2001-04-11 03:12:42 +00:00
parent 33aeb4f73d
commit b4f1624cd6

View File

@ -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