You've already forked gitified_old_clb_svn
8 lines
257 B
Makefile
8 lines
257 B
Makefile
# This Makefile in included by architectures that select time-unix
|
|
# as a default, or by builds with explicit TIME=unix.
|
|
# Object files are added to libarch, so they are picked on demand.
|
|
|
|
OBJ-libarch += \
|
|
time-unix/unix-time.o \
|
|
time-unix/unix-socket.o
|