]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - kerberos5/lib/libvers/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / kerberos5 / lib / libvers / Makefile
1 # $FreeBSD$
2
3 LIB=    vers
4 INTERNALLIB=
5 SRCS=   print_version.c print_version.h
6 CFLAGS+=-I.
7
8 CLEANFILES= print_version.h
9
10 print_version.h: ../../tools/make-print-version/make-print-version
11         ../../tools/make-print-version/make-print-version ${.TARGET}
12
13 ../../tools/make-print-version/make-print-version:
14         cd ${.CURDIR}/../../tools/make-print-version && ${MAKE}
15
16 .include <bsd.lib.mk>
17
18 .PATH: ${KRB5DIR}/lib/vers