minix/lib/Makefile.in
Ben Gras 056ac0a0d3 replace library time handling functions
mktime, tzset, asctime, ctime, gmtime, localtime, strftime
with zoneinfo implementations in src/commands/zoneinfo, referenced
from src/lib/stdtime/Makefile.in.
2007-03-30 15:36:49 +00:00

31 lines
282 B
Makefile

#ACKBASE=$(CURDIR)/obj-ack
#GNUBASE=$(CURDIR)/obj-gnu
#OBJDIR=.
. /etc/make.conf
SUBDIRS="ansi \
curses \
dummy \
editline \
end \
ip \
math \
other \
posix \
regex \
stdio \
stdtime \
syscall \
syslib \
util \
sysutil \
timers \
$ARCH \
ack
gnu"
TYPE=both