freebsd-dev/kerberos5/lib/libvers/Makefile
David E. O'Brien 614304eccc * Remove headers from SRCS that are not generated
(and are in /usr/src/crypto/heimdal/).

* Avoid race conditions with 'make -j<N>'.
2012-05-30 22:21:25 +00:00

18 lines
235 B
Makefile

# $FreeBSD$
LIB= vers
INTERNALLIB=
SRCS= print_version.c roken.h
CFLAGS+=-I. -I${KRB5DIR}/lib/roken
CLEANFILES= roken.h
MAKE_ROKEN= make-roken
roken.h:
${MAKE_ROKEN} > ${.TARGET}
.include <bsd.lib.mk>
.PATH: ${KRB5DIR}/lib/vers