From d5935a17bea8e4fbff44101768de025c3e8c86de Mon Sep 17 00:00:00 2001 From: christos Date: Thu, 22 Aug 2002 00:09:38 +0000 Subject: [PATCH] enable utmpx support. this doesn't work correctly for chrooted ftpd's, but I am leaving it to luke to fix. --- libexec/ftpd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libexec/ftpd/Makefile b/libexec/ftpd/Makefile index 769a5d0c4bea..049504a628ba 100644 --- a/libexec/ftpd/Makefile +++ b/libexec/ftpd/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.48 2002/08/20 13:55:58 christos Exp $ +# $NetBSD: Makefile,v 1.49 2002/08/22 00:09:38 christos Exp $ # @(#)Makefile 8.2 (Berkeley) 4/4/94 .include PROG= ftpd SRCS= cmds.c conf.c ftpd.c ftpcmd.y logutmp.c logwtmp.c popen.c -CPPFLAGS+=-I${.CURDIR} -DSUPPORT_UTMP +CPPFLAGS+=-I${.CURDIR} -DSUPPORT_UTMP -DSUPPORT_UTMPX DPADD+= ${LIBCRYPT} ${LIBUTIL} LDADD+= -lcrypt -lutil MAN= ftpd.conf.5 ftpusers.5 ftpd.8