diff options
Diffstat (limited to 'common/diet')
-rw-r--r-- | common/diet/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/diet/Makefile b/common/diet/Makefile index 8eb76a43..1b1e1455 100644 --- a/common/diet/Makefile +++ b/common/diet/Makefile @@ -1,10 +1,14 @@ # $Id$ +# For NetBSD pmake MKLINT:=no MKPROFILE:=no MKPIC:=no NOGCCERROR:=yes +# For FreeBSD make +WITHOUT_PROFILE:=yes + SRCROOT:= ../.. .include "$(SRCROOT)/pttbbs.mk" |