diff options
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 e0fec71f..574ab582 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 +SRCS:= file.c lock.c log.c net.c sort.c string.c time.c crypt.c record.c osdep.c vector.c LIB:= cmsys install: |