Remove building with NOCRYPTO option
[minix.git] / crypto / external / bsd / heimdal / lib / libcom_err / Makefile
bloba38a375b5a6369d756749335c320a0a1a983ee2b
1 # $NetBSD: Makefile,v 1.1 2011/04/13 19:16:49 elric Exp $
3 .include <bsd.own.mk>
4 .include <${.CURDIR}/../../Makefile.inc>
6 .PATH: ${HEIMDIST}/lib/com_err
8 LIB= com_err
9 SRCS= error.c com_err.c
11 INCSDIR= /usr/include/krb5
12 INCS= com_err.h com_right.h
14 MAN= com_err.3
15 MLINKS= com_err.3 com_err_va.3 \
16 com_err.3 error_message.3 \
17 com_err.3 error_table_name.3 \
18 com_err.3 init_error_table.3 \
19 com_err.3 set_com_err_hook.3 \
20 com_err.3 reset_com_err_hook.3
22 .if ${USETOOLS} != "yes"
23 .PHONY: compile_et
24 includes: compile_et
25 SUBDIR= compile_et
27 compile_et:
28 @cd ${.CURDIR}/compile_et && ${MAKE}
29 .endif
31 .include <${HEIMBASE}/Makefile.rules.inc>
32 .include <bsd.lib.mk>
33 .if ${USETOOLS} != "yes"
34 .include <bsd.subdir.mk>
35 .endif