Add nint_table.h and nint_vars.h to generated list files.
This commit is contained in:
parent
62fab5d4b7
commit
82d9c2fa0b
|
@ -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
|
# XXX Note we aren't building ../conf/main.cf.default
|
||||||
# The shipped makefiles construct it using postconf -d after building
|
# The shipped makefiles construct it using postconf -d after building
|
||||||
|
@ -16,8 +16,9 @@ DIST= ${NETBSDSRCDIR}/external/ibm-public/postfix/dist/src/${PROG}
|
||||||
.PATH: ${DIST}
|
.PATH: ${DIST}
|
||||||
|
|
||||||
PSRCS= postconf.c
|
PSRCS= postconf.c
|
||||||
GENSRCS=bool_table.h bool_vars.h int_table.h int_vars.h str_table.h \
|
GENSRCS=bool_table.h bool_vars.h int_table.h int_vars.h nint_table.h \
|
||||||
str_vars.h time_table.h time_vars.h raw_table.h raw_vars.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
|
AUTOSRCS=auto_table.h auto_vars.h
|
||||||
|
|
||||||
SRCS= ${PSRCS} ${GENSRCS} ${AUTOSRCS}
|
SRCS= ${PSRCS} ${GENSRCS} ${AUTOSRCS}
|
||||||
|
|
Loading…
Reference in New Issue