Commit Diff


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