Commit 214fc780fbc636e71e34f3e19f815ebc9035f1eb

Thomas de Grivel 2015-07-23T18:30:21

Load OpenBSD commands for other OSs too.

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/adams.asd b/adams.asd
index e622b9c..58754be 100644
--- a/adams.asd
+++ b/adams.asd
@@ -61,7 +61,6 @@
 	    :components
 	    ((:file "commands")
 	     (:file "defs")
-	     #+openbsd
 	     (:file "openbsd" :depends-on ("commands" "defs"))
 	     (:file "probes"  :depends-on ("commands" "defs"
 					   "stat" "syntaxes"))