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