summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-06-26 04:27:00 +0800
committerkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-06-26 04:27:00 +0800
commit0e546fb810cc4a81421f06db616c1216e4e41aa9 (patch)
tree32dfc42e7e1d1d74712e950ca2ce64b6c635fb44 /Makefile
parentcfb6550bceedf5077f80e72d20a71851364a06f7 (diff)
downloadpttbbs-0e546fb810cc4a81421f06db616c1216e4e41aa9.tar
pttbbs-0e546fb810cc4a81421f06db616c1216e4e41aa9.tar.gz
pttbbs-0e546fb810cc4a81421f06db616c1216e4e41aa9.tar.bz2
pttbbs-0e546fb810cc4a81421f06db616c1216e4e41aa9.tar.lz
pttbbs-0e546fb810cc4a81421f06db616c1216e4e41aa9.tar.xz
pttbbs-0e546fb810cc4a81421f06db616c1216e4e41aa9.tar.zst
pttbbs-0e546fb810cc4a81421f06db616c1216e4e41aa9.zip
explicitly get OSTYPE by uname
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@347 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index dabc6044..f294ae0d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,6 @@
SUBDIR= mbbsd util innbbsd
BBSHOME?=$(HOME)
+OSTYPE!=uname
all install clean:
@for i in $(SUBDIR); do\