From 1e5628a5658d022eaf6426412b291352314a2760 Mon Sep 17 00:00:00 2001 From: jsa Date: Mon, 23 Aug 2010 02:40:15 +0000 Subject: Introducing sysutils/swapmon. This port attempts to monitor swap usage and dynamically add a swapfile as neccessary. PR: ports/148711 Submitted by: Alexander Kuehn Approved by: wxs (mentor) --- sysutils/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'sysutils/Makefile') diff --git a/sysutils/Makefile b/sysutils/Makefile index ab641be9318c..7323e0de2ae7 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -809,6 +809,7 @@ SUBDIR += su2 SUBDIR += superiotool SUBDIR += swapd + SUBDIR += swapmon SUBDIR += symlinks SUBDIR += symon SUBDIR += synergy -- cgit