diff options
Diffstat (limited to 'usr.sbin/smtpd/makemap/Makefile')
-rw-r--r-- | usr.sbin/smtpd/makemap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/makemap/Makefile b/usr.sbin/smtpd/makemap/Makefile index 6eec1d07e91..ce47caaefb1 100644 --- a/usr.sbin/smtpd/makemap/Makefile +++ b/usr.sbin/smtpd/makemap/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.20 2013/07/19 19:53:33 eric Exp $ +# $OpenBSD: Makefile,v 1.21 2013/07/19 21:14:52 eric Exp $ .PATH: ${.CURDIR}/.. @@ -19,7 +19,7 @@ CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual CFLAGS+= -Wsign-compare -Wbounded CFLAGS+= -DNO_IO -SRCS= aliases.c dict.c expand.c log.c makemap.c parse.y \ +SRCS= aliases.c dict.c expand.c limit.c log.c makemap.c parse.y \ table.c to.c tree.c util.c SRCS+= table_static.c |