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

O_TARGET := cap.o
M_OBJS   :=

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

include $(TOPDIR)/Rules.make
