summaryrefslogtreecommitdiffstats
path: root/common/sys/Makefile
diff options
context:
space:
mode:
authorwens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-06-17 14:18:53 +0800
committerwens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-06-17 14:18:53 +0800
commit8cb29110950daa71ef6247ed5d0ba1ea9320fa20 (patch)
tree0d1e5083acd77e6593d78ee34dc906de8740edae /common/sys/Makefile
parent2d6dc07feca4e5e3dc8333f514197573dfaefda0 (diff)
downloadpttbbs-8cb29110950daa71ef6247ed5d0ba1ea9320fa20.tar
pttbbs-8cb29110950daa71ef6247ed5d0ba1ea9320fa20.tar.gz
pttbbs-8cb29110950daa71ef6247ed5d0ba1ea9320fa20.tar.bz2
pttbbs-8cb29110950daa71ef6247ed5d0ba1ea9320fa20.tar.lz
pttbbs-8cb29110950daa71ef6247ed5d0ba1ea9320fa20.tar.xz
pttbbs-8cb29110950daa71ef6247ed5d0ba1ea9320fa20.tar.zst
pttbbs-8cb29110950daa71ef6247ed5d0ba1ea9320fa20.zip
Split out os dependent library
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4378 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'common/sys/Makefile')
-rw-r--r--common/sys/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/sys/Makefile b/common/sys/Makefile
index 7450f7d6..fe9fb2dc 100644
--- a/common/sys/Makefile
+++ b/common/sys/Makefile
@@ -5,7 +5,7 @@ MKPIC:=no
SRCROOT= ../..
.include "$(SRCROOT)/pttbbs.mk"
-SRCS:= file.c lock.c log.c net.c sort.c string.c time.c crypt.c record.c osdep.c vector.c
+SRCS:= file.c lock.c log.c net.c sort.c string.c time.c crypt.c record.c vector.c
LIB:= cmsys
all: .depend