From e2c421f7f2964ba00bafc6affd75f3f7b7f11f14 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Mon, 16 May 2005 17:12:23 +0000 Subject: [PATCH] Enable lukemftpd for 6.0-RELEASE. --- libexec/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/libexec/Makefile b/libexec/Makefile index 4b248177c13..0d320d7d528 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -8,7 +8,7 @@ SUBDIR= atrun \ ftpd \ ${_ftp-proxy} \ getty \ - ${_lukemftpd} \ + lukemftpd \ ${_mail.local} \ makekey \ ${_mknetid} \ @@ -57,8 +57,4 @@ _mail.local= mail.local _smrsh= smrsh .endif -.if defined(WANT_LUKEMFTPD) -_lukemftpd= lukemftpd -.endif - .include