diff options
author | Hans Insulander <hin@cvs.openbsd.org> | 2001-06-26 20:44:25 +0000 |
---|---|---|
committer | Hans Insulander <hin@cvs.openbsd.org> | 2001-06-26 20:44:25 +0000 |
commit | 52c02128bdce6d319bec79c59fcd570c1d841f08 (patch) | |
tree | 5866e386a447f78974b5522701b970106937aeac /libexec/login_krb5 | |
parent | 79182e30e14464a9b426343327efec18edd6be36 (diff) |
-DKRB5 makes this work much better...
Diffstat (limited to 'libexec/login_krb5')
-rw-r--r-- | libexec/login_krb5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/login_krb5/Makefile b/libexec/login_krb5/Makefile index 83e0ee464f4..a8b77fa74be 100644 --- a/libexec/login_krb5/Makefile +++ b/libexec/login_krb5/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.6 2001/06/26 05:03:27 hin Exp $ +# $OpenBSD: Makefile,v 1.7 2001/06/26 20:44:24 hin Exp $ PROG= login_krb5 SRCS= login.c login_krb5.c MAN= ${PROG}.8 LDADD= -lkrb5 -lasn1 -lcrypto -lcom_err -lkrb -CFLAGS+=-DKRB524 -Wall -Werror -I${.CURDIR}/../login_passwd +CFLAGS+=-DKRB524 -DKRB5 -Wall -Werror -I${.CURDIR}/../login_passwd .PATH: ${.CURDIR}/../login_passwd BINOWN= root |