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

MKLINT:=no
MKPROFILE:=no
MKPIC:=no
NOGCCERROR:=yes

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

SRCS:=  alloc.c random.c time.c
LIB:=   cmdiet

install:

.include <bsd.lib.mk>