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

# For NetBSD pmake
MKLINT:=no
MKPROFILE:=no
MKPIC:=no
NOGCCERROR:=yes

# For FreeBSD make
WITHOUT_PROFILE:=yes

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

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

install:

.include <bsd.lib.mk>