From 6b595db76f2034eb2f80d2bc7993d22145235ffc Mon Sep 17 00:00:00 2001 From: Matthieu Herrb Date: Sun, 31 Aug 2014 16:52:27 +0000 Subject: Get rid of the 'nocreate' feature, unused for 6 years and stop building the xetcXX.tgz set --- distrib/sets/makeflist | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'distrib/sets/makeflist') diff --git a/distrib/sets/makeflist b/distrib/sets/makeflist index a7835a036..8a86e9fba 100644 --- a/distrib/sets/makeflist +++ b/distrib/sets/makeflist @@ -1,11 +1,10 @@ #!/bin/sh -# $OpenBSD: makeflist,v 1.2 2014/05/03 15:18:26 todd Exp $ +# $OpenBSD: makeflist,v 1.3 2014/08/31 16:52:26 matthieu Exp $ arch=$MACHINE listsdir=`pwd`/lists -lists=`sh ./genlists $arch` -for setname in $lists +for setname in xbase xetc xfont xserv xshare do sh ./gensetlist $setname done | sort -- cgit v1.2.3