summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-07-13 00:04:20 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-07-13 00:04:20 +0000
commitd3994b2cd35ca9109b8df240cbf693ea84125deb (patch)
tree23df71bc7ad112ac8ffd6b15772aac226468b293 /sysutils
parentNew Makefile with pgp, pidentd and tcp_wrapper. (diff)
New Makefile with top, tua, xbatt, xdu, xperfmon and xsysstats.
Notes
Notes: svn path=/head/; revision=1956
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>