From a10e73c09be9b5da95eb16f1d1f111d21829bc6c Mon Sep 17 00:00:00 2001 From: Peter Avalos Date: Fri, 20 Oct 2006 14:18:26 +0000 Subject: [PATCH] Move WANT_LUKEMFTPD up a few lines so it's not grouped with the cvsup options. Reported by: Trevor Kendall --- etc/defaults/make.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf index f12934f205..eb62dfe106 100644 --- a/etc/defaults/make.conf +++ b/etc/defaults/make.conf @@ -1,5 +1,5 @@ # $FreeBSD: src/etc/defaults/make.conf,v 1.97.2.80 2003/02/15 16:34:56 trhodes Exp $ -# $DragonFly: src/etc/defaults/make.conf,v 1.21 2006/10/02 19:30:19 corecode Exp $ +# $DragonFly: src/etc/defaults/make.conf,v 1.22 2006/10/20 14:18:26 pavalos Exp $ # # NOTE: Please would any committer updating this file also update the # make.conf(5) manual page, if necessary, which is located in @@ -182,13 +182,13 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \ # set-user-ID. #ENABLE_SUID_K5SU= yes # +# To enable building of lukemftpd, define this. +#WANT_LUKEMFTPD= yes +# # CVSup update flags. Edit SUPFILE settings to reflect whichever distribution # file(s) you use on your site (see /usr/share/examples/cvsup/README for more # information on CVSup and these files). To use, do "make update" in /usr/src. # -# To enable building of lukemftpd, define this. -#WANT_LUKEMFTPD= yes -# #SUP_UPDATE= yes #SUP= /usr/local/bin/cvsup #SUPFLAGS= -g -L 2 -- 2.11.4.GIT