freebsd-dev/kerberos5/include/Makefile
Mark Murray eb9e1f54bd Userland build of Kerberos5 (AKA Heimdal). More to come.
This is not ready for primetime yet! Please hold off on the bug reports.
2000-01-15 21:38:08 +00:00

12 lines
175 B
Makefile

# $Id$
.if exists(${.OBJDIR}/../../include)
INCLUDEOBJDIR= ${.OBJDIR}/../include
.else
INCLUDEOBJDIR= ${.CURDIR}/../include
.endif
depend lint tags:
.include <bsd.prog.mk>