diff options
Diffstat (limited to 'common/osdep/Makefile')
-rw-r--r-- | common/osdep/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/osdep/Makefile b/common/osdep/Makefile index 86783bf5..b46a94b5 100644 --- a/common/osdep/Makefile +++ b/common/osdep/Makefile @@ -1,7 +1,11 @@ +# For NetBSD pmake MKLINT:=no MKPROFILE:=no MKPIC:=no +# For FreeBSD make +WITHOUT_PROFILE:=yes + SRCROOT= ../.. .include "$(SRCROOT)/pttbbs.mk" |