diff options
Diffstat (limited to 'sysdeps/unix/bsd/sun/sunos4/Makefile')
-rw-r--r-- | sysdeps/unix/bsd/sun/sunos4/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sysdeps/unix/bsd/sun/sunos4/Makefile b/sysdeps/unix/bsd/sun/sunos4/Makefile new file mode 100644 index 0000000000..d17654a30f --- /dev/null +++ b/sysdeps/unix/bsd/sun/sunos4/Makefile @@ -0,0 +1,7 @@ +ifeq ($(subdir),posix) +sysdep_routines := $(sysdep_routines) sys_wait4 +endif + +ifeq ($(subdir),misc) +sysdep_routines := $(sysdep_routines) sys_mmap +endif |