FreeBSD now uses $(OS_TARGET).mk. Patch from markush@acc.umu.se, r=bryner.

git-svn-id: svn://10.0.0.236/trunk@91940 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bryner%uiuc.edu
2001-04-11 03:26:10 +00:00
parent 836fea05f0
commit d1f3b2c693
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ OBJDIR_TAG=_OPT
endif
include $(CORE_DEPTH)/coreconf/arch.mk
ifeq (,$(filter-out NetBSD,$(OS_TARGET)))
ifeq (,$(filter-out FreeBSD NetBSD,$(OS_TARGET)))
include $(CORE_DEPTH)/coreconf/$(OS_TARGET).mk
else
include $(CORE_DEPTH)/coreconf/$(OS_CONFIG).mk

View File

@@ -28,7 +28,7 @@ VPATH = @srcdir@
CORE_DEPTH=$(topsrcdir)/security
include $(CORE_DEPTH)/coreconf/arch.mk
ifeq (,$(filter-out NetBSD OS2,$(OS_TARGET)))
ifeq (,$(filter-out FreeBSD NetBSD OS2,$(OS_TARGET)))
include $(CORE_DEPTH)/coreconf/$(OS_TARGET).mk
else
include $(CORE_DEPTH)/coreconf/$(OS_CONFIG).mk