aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar stolz <unknown>2004-09-15 15:55:46 +0000
committerGravatar stolz <unknown>2004-09-15 15:55:46 +0000
commit2805c7cec0cade9935fe4988e4b09b39638e8147 (patch)
treef0293ed2f8b7633a1c8304874caeb9c64f6c8201 /Makefile
parentec13475947fb35c3ec6e7227aeb7794eed431cd9 (diff)
[project @ 2004-09-15 15:55:45 by stolz]
Add System.Posix.Signals.Exts which re-exports S.P.Signals and adds the two signals SIGINFO on (*BSD) and SIGWINCH (most Unices) which are not in POSIX. You should use cpp to test if those are defined before using them. This is encouraged by not providing dummy-definitions on platforms which do not offer that particular flavour.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3d4b70b..38e3870 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ include $(TOP)/mk/boilerplate.mk
SUBDIRS = cbits include
-ALL_DIRS = System System/Posix System/Posix/DynamicLinker
+ALL_DIRS = System System/Posix System/Posix/DynamicLinker System/Posix/Signals
PACKAGE = unix
PACKAGE_DEPS = base