diff options
Diffstat (limited to 'usr.sbin/ypldap/Makefile')
-rw-r--r-- | usr.sbin/ypldap/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/ypldap/Makefile b/usr.sbin/ypldap/Makefile index bdc093a615f..8723db6ce3c 100644 --- a/usr.sbin/ypldap/Makefile +++ b/usr.sbin/ypldap/Makefile @@ -1,15 +1,15 @@ -# $OpenBSD: Makefile,v 1.5 2008/10/28 13:47:22 aschrijver Exp $ +# $OpenBSD: Makefile,v 1.6 2010/05/26 16:44:33 nicm Exp $ PROG= ypldap -SRCS= parse.y ypldap.c imsg.c buffer.c log.c \ +SRCS= parse.y ypldap.c log.c \ ldapclient.c entries.c yp.c \ aldap.c ber.c \ ypldap_dns.c MAN= ypldap.8 ypldap.conf.5 -DPADD= ${LIBEVENT} -LDADD= -levent +DPADD= ${LIBEVENT} ${LIBUTIL} +LDADD= -levent -lutil CFLAGS+= -I${.CURDIR} CFLAGS+= -Wall CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes |