Blame


1 d2a5fcbb 2023-01-05 op noinst_PROGRAMS = template
2 cb11302c 2022-12-30 thomas
3 cb11302c 2022-12-30 thomas include $(top_builddir)/Makefile.common
4 cb11302c 2022-12-30 thomas
5 cb11302c 2022-12-30 thomas template_SOURCES = template.c \
6 cb11302c 2022-12-30 thomas parse.y
7 cb11302c 2022-12-30 thomas
8 cb11302c 2022-12-30 thomas template_DEPENDENCIES = $(top_builddir)/compat/libopenbsd-compat.a
9 cb11302c 2022-12-30 thomas
10 cb11302c 2022-12-30 thomas LDADD = -L$(top_builddir)/compat -lopenbsd-compat -lpthread -lm
11 cb11302c 2022-12-30 thomas if HOST_FREEBSD
12 cb11302c 2022-12-30 thomas LDADD += -lmd
13 cb11302c 2022-12-30 thomas endif