Deleted Added
full compact
1c1
< # $NetBSD: Makefile,v 1.51 2003-07-23 08:01:27 itojun Exp $
---
> # $NetBSD: Makefile,v 1.56 2006/03/23 20:14:16 wiz Exp $
8c8
< CPPFLAGS+=-I${.CURDIR} -DSUPPORT_UTMP -DSUPPORT_UTMPX
---
> CPPFLAGS+=-I${.CURDIR} -DSUPPORT_UTMP -DSUPPORT_UTMPX -DLOGIN_CAP
17a18
> .if (${USE_INET6} != "no")
19c20
< .include <bsd.own.mk>
---
> .endif
27a29,33
> .if (${USE_PAM} != "no")
> CPPFLAGS+=-DUSE_PAM
> DPADD+= ${LIBPAM} ${PAM_STATIC_DPADD}
> LDADD+= -lpam ${PAM_STATIC_LDADD}
> .endif
41,44c47,48
< #SRCS+= klogin.c
< #CPPFLAGS+=-DKERBEROS -I${DESTDIR}/usr/include/kerberosIV
< #DPADD+= ${LIBKRB}
< #LDADD+= -lkrb
---
> #DPADD+= ${LIBCRYPTO} ${{LIBCRYPT} ${LIBROKEN} ${LIBCOM_ERR}
> #LDADD+= -lcrypto -lcrypt -lroken -lcom_err
46,48d49
< #DPADD+= ${LIBCRYPTO} ${LIBROKEN} ${LIBCOM_ERR}
< #LDADD+= -lcrypto -lroken -lcom_err
< #