]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - kerberos5/lib/libvers/Makefile
Upgrade Unbound to 1.9.2.
[FreeBSD/FreeBSD.git] / kerberos5 / lib / libvers / Makefile
1 # $FreeBSD$
2
3 LIB=    vers
4 INTERNALLIB=
5 SRCS=   print_version.c roken.h
6 CFLAGS+=-I. -I${KRB5DIR}/lib/roken
7
8 CLEANFILES= roken.h
9
10 roken.h:
11         ${MAKE_ROKEN} > ${.TARGET}
12
13 .include <bsd.lib.mk>
14
15 .PATH: ${KRB5DIR}/lib/vers