e9ac41698b
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
11 lines
173 B
Makefile
11 lines
173 B
Makefile
PACKAGE= kerberos
|
|
|
|
PROG= kpasswd
|
|
CFLAGS+=-I${KRB5DIR}/lib/roken
|
|
LIBADD= hdb krb5 roken vers crypto
|
|
LDFLAGS=${LDAPLDFLAGS}
|
|
|
|
.include <bsd.prog.mk>
|
|
|
|
.PATH: ${KRB5DIR}/kpasswd
|