summaryrefslogtreecommitdiffstats
path: root/kerberos5/lib/libvers/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'kerberos5/lib/libvers/Makefile')
-rw-r--r--kerberos5/lib/libvers/Makefile13
1 files changed, 6 insertions, 7 deletions
diff --git a/kerberos5/lib/libvers/Makefile b/kerberos5/lib/libvers/Makefile
index 1b91ac1..36dff0d 100644
--- a/kerberos5/lib/libvers/Makefile
+++ b/kerberos5/lib/libvers/Makefile
@@ -2,16 +2,15 @@
LIB= vers
INTERNALLIB=
-SRCS= print_version.c print_version.h
-CFLAGS+=-I.
+SRCS= print_version.c roken.h
+CFLAGS+=-I. -I${KRB5DIR}/lib/roken
-CLEANFILES= print_version.h
+CLEANFILES= roken.h print_version.h
-print_version.h: ../../tools/make-print-version/make-print-version
- ../../tools/make-print-version/make-print-version ${.TARGET}
+MAKE_ROKEN= make-roken
-../../tools/make-print-version/make-print-version:
- cd ${.CURDIR}/../../tools/make-print-version && ${MAKE}
+roken.h:
+ ${MAKE_ROKEN} > ${.TARGET}
.include <bsd.lib.mk>
OpenPOWER on IntegriCloud