Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/ibm-public/postfix/sbin/postconf Add nint_table.h a...



details:   https://anonhg.NetBSD.org/src/rev/18e1b4bec94e
branches:  trunk
changeset: 752203:18e1b4bec94e
user:      njoly <njoly%NetBSD.org@localhost>
date:      Fri Feb 19 13:55:46 2010 +0000

description:
Add nint_table.h and nint_vars.h to generated list files.

diffstat:

 external/ibm-public/postfix/sbin/postconf/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 6fda828f0483 -r 18e1b4bec94e external/ibm-public/postfix/sbin/postconf/Makefile
--- a/external/ibm-public/postfix/sbin/postconf/Makefile        Fri Feb 19 13:53:17 2010 +0000
+++ b/external/ibm-public/postfix/sbin/postconf/Makefile        Fri Feb 19 13:55:46 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1 2009/06/25 18:21:59 tron Exp $
+#      $NetBSD: Makefile,v 1.2 2010/02/19 13:55:46 njoly 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}



Home | Main Index | Thread Index | Old Index