summaryrefslogtreecommitdiffstats
path: root/common/sys/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'common/sys/Makefile')
-rw-r--r--common/sys/Makefile4
1 files changed, 4 insertions, 0 deletions
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"