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

O_TARGET := res.o
M_OBJS   :=

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

include $(TOPDIR)/Rules.make
