diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/bbs/Makefile | 4 | ||||
-rw-r--r-- | common/diet/Makefile | 4 | ||||
-rw-r--r-- | common/osdep/Makefile | 4 | ||||
-rw-r--r-- | common/sys/Makefile | 4 |
4 files changed, 16 insertions, 0 deletions
diff --git a/common/bbs/Makefile b/common/bbs/Makefile index d06df6a3..9f134552 100644 --- a/common/bbs/Makefile +++ b/common/bbs/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" 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" 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" diff --git a/common/sys/Makefile b/common/sys/Makefile index adace886..a76f4628 100644 --- a/common/sys/Makefile +++ b/common/sys/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" |