summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/bbs/Makefile8
-rw-r--r--common/diet/Makefile9
-rw-r--r--common/osdep/Makefile8
-rw-r--r--common/sys/Makefile8
4 files changed, 3 insertions, 30 deletions
diff --git a/common/bbs/Makefile b/common/bbs/Makefile
index 9f134552..5edff9bb 100644
--- a/common/bbs/Makefile
+++ b/common/bbs/Makefile
@@ -1,10 +1,4 @@
-# For NetBSD pmake
-MKLINT:=no
-MKPROFILE:=no
-MKPIC:=no
-
-# For FreeBSD make
-WITHOUT_PROFILE:=yes
+# $Id$
SRCROOT:= ../..
.include "$(SRCROOT)/pttbbs.mk"
diff --git a/common/diet/Makefile b/common/diet/Makefile
index 1b1e1455..72c02fbe 100644
--- a/common/diet/Makefile
+++ b/common/diet/Makefile
@@ -1,14 +1,5 @@
# $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 b46a94b5..4c47fd97 100644
--- a/common/osdep/Makefile
+++ b/common/osdep/Makefile
@@ -1,10 +1,4 @@
-# For NetBSD pmake
-MKLINT:=no
-MKPROFILE:=no
-MKPIC:=no
-
-# For FreeBSD make
-WITHOUT_PROFILE:=yes
+# $Id$
SRCROOT= ../..
.include "$(SRCROOT)/pttbbs.mk"
diff --git a/common/sys/Makefile b/common/sys/Makefile
index a76f4628..b92d746d 100644
--- a/common/sys/Makefile
+++ b/common/sys/Makefile
@@ -1,10 +1,4 @@
-# For NetBSD pmake
-MKLINT:=no
-MKPROFILE:=no
-MKPIC:=no
-
-# For FreeBSD make
-WITHOUT_PROFILE:=yes
+# $Id$
SRCROOT= ../..
.include "$(SRCROOT)/pttbbs.mk"