diff options
Diffstat (limited to 'common/sys/Makefile')
-rw-r--r-- | common/sys/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/sys/Makefile b/common/sys/Makefile index 574ab582..7450f7d6 100644 --- a/common/sys/Makefile +++ b/common/sys/Makefile @@ -8,6 +8,8 @@ SRCROOT= ../.. 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 +all: .depend + install: .include <bsd.lib.mk> |