summaryrefslogtreecommitdiffstats
path: root/pttbbs/common/sys/Makefile
blob: bc07bbdd88eb3322d7c5ab47becaed3385b05810 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $Id$

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 telnet.c vbuf.c vtkbd.c
LIB:=   cmsys

all: .depend

install:

.include <bsd.lib.mk>