We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfa47a3 commit 69fe272Copy full SHA for 69fe272
Makefile.am
@@ -2,9 +2,10 @@ noinst_PROGRAMS = table-sqlite
2
3
table_sqlite_SOURCES = table_sqlite.c dict.c log.c table_stdio.c util.c
4
5
-AM_CFLAGS =
6
LDADD = $(LIBOBJS)
7
+dist_man5_MANS = table-sqlite.5
8
+
9
smtpdir = ${prefix}/libexec/smtpd
10
11
install-exec-local: $(noinst_PROGRAMS)
0 commit comments