summaryrefslogtreecommitdiffstats
path: root/common/sys/Makefile
blob: a76f462867849ef6c6858bd4a064262e1437773f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# For NetBSD pmake
MKLINT:=no
MKPROFILE:=no
MKPIC:=no

# For FreeBSD make
WITHOUT_PROFILE:=yes

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
LIB:=   cmsys

all: .depend

install:

.include <bsd.lib.mk>