Home | History | Annotate | Line # | Download | only in libcom_err
      1 # $NetBSD: Makefile,v 1.1 2011/04/13 19:16:49 elric Exp $
      2 
      3 .include <bsd.own.mk>
      4 .include <${.CURDIR}/../../Makefile.inc>
      5 
      6 .PATH:		${HEIMDIST}/lib/com_err
      7 
      8 LIB=		com_err
      9 SRCS=		error.c com_err.c
     10 
     11 INCSDIR=	/usr/include/krb5
     12 INCS=		com_err.h com_right.h
     13 
     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
     21 
     22 .if ${USETOOLS} != "yes"
     23 .PHONY:		compile_et
     24 includes:	compile_et
     25 SUBDIR=		compile_et
     26 
     27 compile_et:
     28 	@cd ${.CURDIR}/compile_et && ${MAKE}
     29 .endif
     30 
     31 .include <${HEIMBASE}/Makefile.rules.inc>
     32 .include <bsd.lib.mk>
     33 .if ${USETOOLS} != "yes"
     34 .include <bsd.subdir.mk>
     35 .endif
     36