Module Name: src
Committed By: tron
Date: Wed Sep 25 19:39:47 UTC 2013
Modified Files:
src/external/ibm-public/postfix/sbin/postconf: Makefile
Log Message:
Update list of generated header files.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 \
src/external/ibm-public/postfix/sbin/postconf/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/ibm-public/postfix/sbin/postconf/Makefile
diff -u src/external/ibm-public/postfix/sbin/postconf/Makefile:1.5 src/external/ibm-public/postfix/sbin/postconf/Makefile:1.6
--- src/external/ibm-public/postfix/sbin/postconf/Makefile:1.5 Wed Sep 25 19:25:08 2013
+++ src/external/ibm-public/postfix/sbin/postconf/Makefile Wed Sep 25 19:39:47 2013
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2013/09/25 19:25:08 tron Exp $
+# $NetBSD: Makefile,v 1.6 2013/09/25 19:39:47 tron Exp $
# XXX Note we aren't building ../conf/main.cf.default
# The shipped makefiles construct it using postconf -d after building
@@ -22,7 +22,7 @@ PSRCS= postconf.c postconf_builtin.c pos
GENSRCS=bool_table.h bool_vars.h int_table.h int_vars.h str_table.h \
str_vars.h time_table.h time_vars.h raw_table.h raw_vars.h \
nint_table.h nint_vars.h nbool_table.h nbool_vars.h long_table.h \
- long_vars.h
+ long_vars.h str_fn_table.h str_fn_vars.h
SRCS= ${PSRCS} ${GENSRCS}
DPSRCS= ${GENSRCS}