Remove building with NOCRYPTO option
[minix.git] / crypto / external / bsd / heimdal / lib / libvers / Makefile
blobd3307aac59d84e177e57e86636b5d9726c4c262d
1 # $NetBSD: Makefile,v 1.2 2011/08/28 11:20:16 elric Exp $
3 NOLINKLIB= # defined
4 NOPIC= # defined
5 NOPROFILE= # defined
7 .include <bsd.own.mk>
8 .include <${.CURDIR}/../../Makefile.inc>
10 .PATH: ${HEIMDIST}/lib/vers
12 LIB= vers
14 includes: print_version.h
16 SRCS= print_version.c
17 DPSRCS= print_version.h
19 HOST_CPPFLAGS+= -I${HEIMBASE}/include -DHAVE_CONFIG_H
21 make-print-version.lo: ${HEIMBASE}/include/version.h
23 make-print-version: make-print-version.lo
24 ${HOST_CC} ${HOST_LDFLAGS} -o ${.TARGET} ${.ALLSRC}
26 print_version.h: make-print-version
27 ${_MKTARGET_CREATE}
28 ./make-print-version print_version.h
30 print_version.o print_version.ln: print_version.h
32 CLEANFILES+= print_version.h make-print-version make-print-version.lo
34 .include <${HEIMBASE}/Makefile.rules.inc>
35 .include <bsd.lib.mk>