1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-24 11:29:10 +00:00
freebsd/kerberos5/lib/libvers/Makefile
2012-06-01 21:26:28 +00:00

16 lines
211 B
Makefile

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