From 46c33242d29c494a7720a099728802907df21fc7 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Wed, 18 Aug 2004 06:46:25 +0000 Subject: [PATCH] Turn on the FreeBSD login user capabilities database support. --- libexec/lukemftpd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/lukemftpd/Makefile b/libexec/lukemftpd/Makefile index a4226acb259a..dcec609bf960 100644 --- a/libexec/lukemftpd/Makefile +++ b/libexec/lukemftpd/Makefile @@ -26,7 +26,7 @@ CFLAGS+=-I${.CURDIR}/${LSDIR} DPADD+= ${LIBM} LDADD+= -lm -CFLAGS+= -DUSE_OPIE +CFLAGS+= -DUSE_OPIE -DLOGIN_CAP DPADD+= ${LIBOPIE} ${LIBMD} LDADD+= -lopie -lmd