# $OpenBSD: Makefile,v 1.1 2010/05/31 17:36:31 martinh Exp $ .PATH: ${.CURDIR}/../ldapd PROG= ldapctl MAN= ldapctl.8 SRCS= ldapctl.c LDADD= -levent -lutil DPADD= ${LIBEVENT} ${LIBUTIL} CFLAGS+= -I${.CURDIR}/../ldapd CFLAGS+= -Wall -Wstrict-prototypes -Wmissing-prototypes CFLAGS+= -Wmissing-declarations CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual CFLAGS+= -Wsign-compare .include