summaryrefslogtreecommitdiffstats
path: root/common/bbs/Makefile
blob: 458a01e6ed22bf0b9c4b3e08ca20e87a6885bd22 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 fhdr_stamp.c
LIB:=   cmbbs

install:

all:    $(SRCROOT)/include/var.h .depend

.include <bsd.lib.mk>