# this uses libpf build flags from Makefile.defs
# the install and clean targets are currently not used
all: target
include ../../Makefile.defs

TARGET = xfree.$(MODEXT)
TARGET_DIR = $(PREFIX)/lib/pf/plugins
CPPFLAGS += -I/usr/X11R6/include
LDFLAGS = $(LDFLAGS_MODULE) $(LIBS) $(LDFLAGS_PF) -L/usr/X11R6/lib -lX11 -lXext -lXv -lGL -lGLU
MODULE=plugins/xfree

sources = xfree.c

include $(BUILDDIR)/Makefile.rules