From 0e546fb810cc4a81421f06db616c1216e4e41aa9 Mon Sep 17 00:00:00 2001 From: kcwu Date: Tue, 25 Jun 2002 20:27:00 +0000 Subject: explicitly get OSTYPE by uname git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@347 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- Makefile | 1 + 1 file changed, 1 insertion(+) 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\ -- cgit v1.2.3