Module Name: src Committed By: snj Date: Tue Mar 9 03:51:32 UTC 2010
Modified Files: src/external/ibm-public/postfix/sbin/postconf [netbsd-5]: Makefile Log Message: Pull up following revision(s) (requested by veego in ticket #1329): external/ibm-public/postfix/sbin/postconf/Makefile: revision 1.2 Add nint_table.h and nint_vars.h to generated list files. To generate a diff of this commit: cvs rdiff -u -r1.1.2.2 -r1.1.2.3 \ 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.1.2.2 src/external/ibm-public/postfix/sbin/postconf/Makefile:1.1.2.3 --- src/external/ibm-public/postfix/sbin/postconf/Makefile:1.1.2.2 Tue Sep 15 06:04:18 2009 +++ src/external/ibm-public/postfix/sbin/postconf/Makefile Tue Mar 9 03:51:32 2010 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.2.2 2009/09/15 06:04:18 snj Exp $ +# $NetBSD: Makefile,v 1.1.2.3 2010/03/09 03:51:32 snj Exp $ # XXX Note we aren't building ../conf/main.cf.default # The shipped makefiles construct it using postconf -d after building @@ -16,8 +16,9 @@ .PATH: ${DIST} PSRCS= postconf.c -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 +GENSRCS=bool_table.h bool_vars.h int_table.h int_vars.h nint_table.h \ + nint_vars.h str_table.h str_vars.h time_table.h time_vars.h \ + raw_table.h raw_vars.h AUTOSRCS=auto_table.h auto_vars.h SRCS= ${PSRCS} ${GENSRCS} ${AUTOSRCS}