From 02ea4b7a9b13f3a4f1b9ab203807ea48923b37b5 Mon Sep 17 00:00:00 2001 From: naddy Date: Mon, 17 Sep 2001 20:18:25 +0000 Subject: [PATCH] sort in dependency order; ok todd@ --- x11/gnome/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/x11/gnome/Makefile b/x11/gnome/Makefile index e397947fec0..5e2864bef0c 100644 --- a/x11/gnome/Makefile +++ b/x11/gnome/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.1 2001/09/13 21:38:39 todd Exp $ +# $OpenBSD: Makefile,v 1.2 2001/09/17 20:18:25 naddy Exp $ SUBDIR+= oaf - SUBDIR+= vfs SUBDIR+= libs - SUBDIR+= core + SUBDIR+= vfs SUBDIR+= controlcenter + SUBDIR+= core SUBDIR+= users-guide SUBDIR+= applets