mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
a30235a4c3
This allows users to install or not kerberos related utilities and libs. Differential Revision: https://reviews.freebsd.org/D31801
15 lines
210 B
Makefile
15 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>
|