8 lines
131 B
Makefile
8 lines
131 B
Makefile
TOPDIR = ../../..
|
|
-include $(TOPDIR)/config.mk
|
|
|
|
TEST = pkgpattern_match_test
|
|
|
|
include ../Makefile.inc
|
|
include $(TOPDIR)/mk/test.mk
|