diff options
author | Martin Mares <mj@ucw.cz> | 1998-05-03 16:42:08 +0000 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1998-05-03 16:42:08 +0000 |
commit | 6032aa6ade49545d7c8b6025cf6e6373eb7c910c (patch) | |
tree | e719498e3cd77636b4e1f014fb68fbf049aa7ded /sysdep/unix/Makefile | |
parent | 1feea03e7463d8eaeb00d5df6c2cd3e8e20f2bcd (diff) |
Added new subdir for UNIX-dependent files.
Now contains only functions for logging, but it will change soon.
Diffstat (limited to 'sysdep/unix/Makefile')
-rw-r--r-- | sysdep/unix/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdep/unix/Makefile b/sysdep/unix/Makefile new file mode 100644 index 00000000..60f80576 --- /dev/null +++ b/sysdep/unix/Makefile @@ -0,0 +1,3 @@ +OBJS=log.o + +include $(TOPDIR)/Rules |