summaryrefslogtreecommitdiff
path: root/makefiles
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-03-10 21:25:51 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-03-10 21:25:51 +0100
commitcdadda37b6b5cf3aaf923171d0faa1d41873770d (patch)
tree9dc9a0750694e3b67f4ab77078e3c53fba93deda /makefiles
parentcd21f5e5fcbbad23360387103829dbcc58347eb4 (diff)
downloadwolfbones-cdadda37b6b5cf3aaf923171d0faa1d41873770d.tar.gz
wolfbones-cdadda37b6b5cf3aaf923171d0faa1d41873770d.tar.bz2
more PS_ALL
Diffstat (limited to 'makefiles')
-rw-r--r--makefiles/gmake/platform.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/makefiles/gmake/platform.mk b/makefiles/gmake/platform.mk
index 480bab2..c08aa91 100644
--- a/makefiles/gmake/platform.mk
+++ b/makefiles/gmake/platform.mk
@@ -61,6 +61,14 @@ endif
ifeq "$(PLATFORM)" "FREEBSD"
PS_ALL = ps aux
else
+ifeq "$(PLATFORM)" "OPENBSD"
+PS_ALL = ps aux
+else
+ifeq "$(PLATFORM)" "NETBSD"
+PS_ALL = ps aux
+else
PS_ALL = ps -alef
endif
+endif
+endif