freebsd-dev/usr.sbin/ypldap/Makefile
Enji Cooper 5855f96f80 Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones
This simplifies pathing in make/displayed output.

MFC after:	1 week
Sponsored by:	Dell EMC Isilon
2017-03-01 04:18:28 +00:00

21 lines
382 B
Makefile

# $OpenBSD: Makefile,v 1.8 2015/09/09 15:33:18 deraadt Exp $
# $FreeBSD$
PROG= ypldap
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
LIBADD= openbsd event util rpcsvc
CFLAGS+=-I${.CURDIR}
CFLAGS+=-I${SRCTOP}/contrib/pf/libevent
CFLAGS+=-I${SRCTOP}/lib/libopenbsd
WARNS= 2
.include <bsd.prog.mk>