blob: 700b6b1537dc7388b840f9ee10541bc8294894a9 [file] [log] [blame]
LEVEL = ../../../..
include $(LEVEL)/Makefile.config
# This test uses the deprecated re_comp functions.
ifdef HAVE_RE_COMP
PROG = archie
endif
include $(LEVEL)/MultiSource/Makefile.multisrc
ifeq ($(TARGET_OS),SunOS)
LDFLAGS += -lsocket -lnsl
endif