summaryrefslogtreecommitdiffstats
path: root/pttbbs.mk
diff options
context:
space:
mode:
Diffstat (limited to 'pttbbs.mk')
-rw-r--r--pttbbs.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/pttbbs.mk b/pttbbs.mk
index 7b69dda6..265aaa46 100644
--- a/pttbbs.mk
+++ b/pttbbs.mk
@@ -1,4 +1,4 @@
-# $Id: pttbbs.mk,v 1.7 2003/07/17 03:47:26 victor Exp $
+# $Id: pttbbs.mk,v 1.8 2003/07/22 03:51:43 in2 Exp $
# ©w¸q°ò¥»ªì­È
BBSHOME?= $(HOME)
BBSHOME?= /home/bbs
@@ -49,3 +49,6 @@ CFLAGS+= -DDEBUG
CFLAGS+= -DNO_FORK
.endif
+.if defined(FreeBSD5)
+CFLAGS+= -DFreeBSD5
+.endif