summaryrefslogtreecommitdiffstats
path: root/common/bbs/Makefile
blob: b93cada14ccd401146bfe230eb291fca155c2017 (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:=  log.c file.c money.c names.c path.c time.c string.c # record.c
LIB:=   cmbbs

install:

.include <bsd.lib.mk>