commit d2a5fcbb4ec0124558be0b186425e9271756d9ee from: Omar Polo date: Thu Jan 05 17:31:51 2023 UTC portable: template: don't install the binary template and its manpages it's only needed at build time to generate a source file. commit - a759b903cca3f0fcf20dba5c697849e21cdd9062 commit + d2a5fcbb4ec0124558be0b186425e9271756d9ee blob - 315f3c7eace921aa1ed90823a2680c9a5c617fa4 blob + 3044a18a6e2658e4cdeacda423f6eba7db986eba --- template/Makefile.am +++ template/Makefile.am @@ -1,4 +1,4 @@ -bin_PROGRAMS = template +noinst_PROGRAMS = template include $(top_builddir)/Makefile.common @@ -7,9 +7,6 @@ template_SOURCES = template.c \ template_DEPENDENCIES = $(top_builddir)/compat/libopenbsd-compat.a -man1_MANS = template.1 -man7_MANS = template.7 - LDADD = -L$(top_builddir)/compat -lopenbsd-compat -lpthread -lm if HOST_FREEBSD LDADD += -lmd