freebsd-dev/lib/libveriexec/Makefile
Simon J. Gerraty 5ea556d98c Do not claim libbearssl et al are INTERNALLIB
If INTERNALLIB is defined we need PIE and bsd.incs.mk is
not included.

PR:		245189
Reviewed by:	emaste
MFC after:	1 week
Differential Revision: https://reviews.freebsd.org//D24233
2020-04-01 05:45:12 +00:00

15 lines
151 B
Makefile

# $FreeBSD$
.include <src.opts.mk>
LIB= veriexec
MAN= veriexec.3
INCS= libveriexec.h
WARNS?= 2
SRCS= veriexec_check.c
.include <bsd.lib.mk>