summaryrefslogtreecommitdiffstats
path: root/common/sys/Makefile
blob: 574ab58247819a9574f54b96707af4bb2aa3dffb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
MKLINT:=no
MKPROFILE:=no
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
LIB:=   cmsys

install:

.include <bsd.lib.mk>