mirror of
https://github.com/opnsense/src.git
synced 2026-02-24 02:10:45 -05:00
This allows users to install or not kerberos related utilities and libs. Differential Revision: https://reviews.freebsd.org/D31801
14 lines
210 B
Makefile
14 lines
210 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/contrib/com_err
|
|
|
|
PACKAGE= kerberos
|
|
|
|
PROG= compile_et
|
|
SRCS= compile_et.c parse.y lex.l
|
|
LIBADD= roken vers
|
|
CFLAGS+=-I. -I${SRCTOP}/contrib/com_err
|
|
|
|
WARNS?= 0
|
|
|
|
.include <bsd.prog.mk>
|