diff options
author | kcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2009-06-07 01:55:53 +0800 |
---|---|---|
committer | kcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2009-06-07 01:55:53 +0800 |
commit | a810729f9c6413f0b0fd61643f9ce5d3c2553d6d (patch) | |
tree | 32e0e79f8fe4053e7d0089ea793f6e566f693319 /common/sys/Makefile | |
parent | ca8b35a1b996ba8cdecb9b231a112fc6509bcd98 (diff) | |
download | pttbbs-a810729f9c6413f0b0fd61643f9ce5d3c2553d6d.tar pttbbs-a810729f9c6413f0b0fd61643f9ce5d3c2553d6d.tar.gz pttbbs-a810729f9c6413f0b0fd61643f9ce5d3c2553d6d.tar.bz2 pttbbs-a810729f9c6413f0b0fd61643f9ce5d3c2553d6d.tar.lz pttbbs-a810729f9c6413f0b0fd61643f9ce5d3c2553d6d.tar.xz pttbbs-a810729f9c6413f0b0fd61643f9ce5d3c2553d6d.tar.zst pttbbs-a810729f9c6413f0b0fd61643f9ce5d3c2553d6d.zip |
- extract telnet.c to cmsys
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4505 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'common/sys/Makefile')
-rw-r--r-- | common/sys/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/sys/Makefile b/common/sys/Makefile index b92d746d..717ccb0f 100644 --- a/common/sys/Makefile +++ b/common/sys/Makefile @@ -3,7 +3,7 @@ SRCROOT= ../.. .include "$(SRCROOT)/pttbbs.mk" -SRCS:= daemon.c file.c lock.c log.c net.c sort.c string.c time.c crypt.c record.c vector.c +SRCS:= daemon.c file.c lock.c log.c net.c sort.c string.c time.c crypt.c record.c vector.c telnet.c LIB:= cmsys all: .depend |