#
# File: rsbac/adf/fc/Makefile
#
# Makefile for the Linux rsbac fc decision module.
#
# Author and (c) 1999-2001 Amon Ott
#

O_TARGET := fc.o
M_OBJS   :=

ifeq ($(PATCHLEVEL),2)
O_OBJS  := fc_main.o
else
obj-y   := fc_main.o
endif

include $(TOPDIR)/Rules.make
