summaryrefslogtreecommitdiffstats
path: root/sysdep/unix/Makefile
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>1998-05-03 18:42:08 +0200
committerMartin Mares <mj@ucw.cz>1998-05-03 18:42:08 +0200
commit6032aa6ade49545d7c8b6025cf6e6373eb7c910c (patch)
treee719498e3cd77636b4e1f014fb68fbf049aa7ded /sysdep/unix/Makefile
parent1feea03e7463d8eaeb00d5df6c2cd3e8e20f2bcd (diff)
downloadbird-6032aa6ade49545d7c8b6025cf6e6373eb7c910c.tar
bird-6032aa6ade49545d7c8b6025cf6e6373eb7c910c.zip
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/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdep/unix/Makefile b/sysdep/unix/Makefile
new file mode 100644
index 0000000..60f8057
--- /dev/null
+++ b/sysdep/unix/Makefile
@@ -0,0 +1,3 @@
+OBJS=log.o
+
+include $(TOPDIR)/Rules