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

SRCROOT:=   ../..
.include "$(SRCROOT)/pttbbs.mk"

SRCS:=  log.c money.c names.c path.c time.c string.c fhdr_stamp.c cache.c passwd.c
LIB:=   cmbbs

install:

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

.include <bsd.lib.mk>