opnsense-src/kerberos5/usr.bin/string2key/Makefile
Warner Losh e9ac41698b Remove residual blank line at start of Makefile
This is a residual of the $FreeBSD$ removal.

MFC After: 3 days (though I'll just run the command on the branches)
Sponsored by: Netflix
2024-07-15 16:43:39 -06:00

15 lines
296 B
Makefile

PACKAGE= kerberos
PROG= string2key
MAN= string2key.8
CFLAGS+= -I${KRB5DIR}/kdc \
-I${KRB5DIR}/lib/asn1 \
-I${KRB5DIR}/lib/krb5 \
-I${KRB5DIR}/lib/roken \
-I${KRB5DIR}/lib/windc \
-I${SRCTOP}/contrib/com_err
LIBADD= krb5 roken crypto vers
.include <bsd.prog.mk>
.PATH: ${KRB5DIR}/kdc