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

O_TARGET := mac.o
M_OBJS   :=

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

include $(TOPDIR)/Rules.make
