Incorporate bsdmake into buildsystem and reorganize libs

This commit is contained in:
Arun Thomas
2010-02-16 14:41:33 +00:00
parent 6686e9ae9f
commit b706112487
1513 changed files with 8094 additions and 26613 deletions
+14
View File
@@ -0,0 +1,14 @@
# stdtime sources
.PATH: ${.CURDIR}/stdtime
Z=${.CURDIR}/../../commands/zoneinfo
CPPFLAGS.asctime.c+=-I$Z
CPPFLAGS.localtime.c+=-I$Z
CPPFLAGS.strftime.c+=-I$Z
SRCS+= \
ftime.c \
asctime.c \
localtime.c \
strftime.c