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 9bbdefa84f8..5fe4e87efde 100644 --- a/usr.sbin/smtpd/makemap/Makefile +++ b/usr.sbin/smtpd/makemap/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.15 2012/10/07 15:46:38 chl Exp $ +# $OpenBSD: Makefile,v 1.16 2012/10/14 11:58:23 gilles Exp $ .PATH: ${.CURDIR}/.. @@ -18,7 +18,7 @@ CFLAGS+= -Wsign-compare -Wbounded CFLAGS+= -DNO_IO SRCS= parse.y makemap.c aliases.c expand.c log.c util.c map.c \ - map_static.c map_db.c map_stdio.c + map_static.c map_db.c map_file.c tree.c DPADD+= ${LIBUTIL} ${LIBCRYPTO} LDADD+= -lutil -lcrypto |