freebsd-src/kerberos5/lib/libheimbase/Makefile
Warner Losh d0b2dbfa0e Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
2023-08-16 11:55:03 -06:00

25 lines
312 B
Makefile

PACKAGE= kerberos-lib
LIB= heimbase
LDFLAGS= -Wl,--no-undefined
LIBADD= pthread
VERSION_MAP= ${KRB5DIR}/base/version-script.map
INCS= heimbase.h
SRCS= \
array.c \
bool.c \
dict.c \
heimbase.c \
null.c \
number.c \
string.c
CFLAGS+= -I${KRB5DIR}/include
.include <bsd.lib.mk>
.PATH: ${KRB5DIR}/base