# this uses libpf build flags from Makefile.defs # the install and clean targets are currently not used all: target include ../Makefile.defs TARGET = parser.$(MODEXT) TARGET_DIR = $(PREFIX)/lib/pf/boot LDFLAGS = $(LDFLAGS_MODULE) $(LIBS) $(LDFLAGS_PF) MODULE=boot sources = parser.c include $(BUILDDIR)/Makefile.rules