aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1995-07-13 08:04:20 +0800
committerasami <asami@FreeBSD.org>1995-07-13 08:04:20 +0800
commit9dea488e5cc44d89bba9e1728068d47edb1241cd (patch)
treef09f9c865257a48fcb6ef664b8972899cf224bfd /sysutils
parent060c859a715b57dae8c9a69433948f474a7ed361 (diff)
downloadfreebsd-ports-gnome-9dea488e5cc44d89bba9e1728068d47edb1241cd.tar.gz
freebsd-ports-gnome-9dea488e5cc44d89bba9e1728068d47edb1241cd.tar.zst
freebsd-ports-gnome-9dea488e5cc44d89bba9e1728068d47edb1241cd.zip
New Makefile with top, tua, xbatt, xdu, xperfmon and xsysstats.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
new file mode 100644
index 000000000000..162c0d6a8b32
--- /dev/null
+++ b/sysutils/Makefile
@@ -0,0 +1,11 @@
+# $Id: Makefile,v 1.6 1995/05/14 03:28:58 asami Exp $
+#
+
+ SUBDIR += top
+ SUBDIR += tua
+ SUBDIR += xbatt
+ SUBDIR += xdu
+ SUBDIR += xperfmon
+ SUBDIR += xsysstats
+
+.include <bsd.port.subdir.mk>