Deleted Added
full compact
Makefile (277273) Makefile (284345)
1# $FreeBSD: head/kerberos5/lib/libasn1/Makefile 277273 2015-01-16 21:39:08Z will $
1# $FreeBSD: head/kerberos5/lib/libasn1/Makefile 284345 2015-06-13 19:20:56Z sjg $
2
3LIB= asn1
4LDFLAGS= -Wl,--no-undefined
5INCS= asn1_err.h asn1-common.h heim_asn1.h der.h der-protos.h der-private.h
6LIBADD= com_err roken
7VERSION_MAP= ${.CURDIR}/version.map
8
9SRCS= asn1_err.c \

--- 100 unchanged lines hidden (view full) ---

110
111.SUFFIXES: .h .c .x .hx
112
113.x.c:
114 ${CP} ${.IMPSRC} ${.TARGET}
115
116.hx.h:
117 ${CP} ${.IMPSRC} ${.TARGET}
2
3LIB= asn1
4LDFLAGS= -Wl,--no-undefined
5INCS= asn1_err.h asn1-common.h heim_asn1.h der.h der-protos.h der-private.h
6LIBADD= com_err roken
7VERSION_MAP= ${.CURDIR}/version.map
8
9SRCS= asn1_err.c \

--- 100 unchanged lines hidden (view full) ---

110
111.SUFFIXES: .h .c .x .hx
112
113.x.c:
114 ${CP} ${.IMPSRC} ${.TARGET}
115
116.hx.h:
117 ${CP} ${.IMPSRC} ${.TARGET}
118
118
119# This makefile generates a lot of its headers
120# so tell bsd.sys.mk not to try and stage them before they are built.
121# Note: this is rare
122NO_BEFOREBUILD_INCLUDES=
123
119.include <bsd.lib.mk>
120
121.SUFFIXES: .h .c .x .hx
122
123.PATH: ${KRB5DIR}/lib/asn1
124.include <bsd.lib.mk>
125
126.SUFFIXES: .h .c .x .hx
127
128.PATH: ${KRB5DIR}/lib/asn1