summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorwens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-06-13 16:05:51 +0800
committerwens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-06-13 16:05:51 +0800
commitf076301f829cd83641259802d5bb9ef04f527946 (patch)
tree43c2c96c5a8237cdc358bb830d08f6b57b2689c8 /Makefile
parent05edd556caefcf9b30686d4d3d8c0f1d57153d36 (diff)
downloadpttbbs-f076301f829cd83641259802d5bb9ef04f527946.tar
pttbbs-f076301f829cd83641259802d5bb9ef04f527946.tar.gz
pttbbs-f076301f829cd83641259802d5bb9ef04f527946.tar.bz2
pttbbs-f076301f829cd83641259802d5bb9ef04f527946.tar.lz
pttbbs-f076301f829cd83641259802d5bb9ef04f527946.tar.xz
pttbbs-f076301f829cd83641259802d5bb9ef04f527946.tar.zst
pttbbs-f076301f829cd83641259802d5bb9ef04f527946.zip
Makefile cleanup
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4349 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile13
1 files changed, 1 insertions, 12 deletions
diff --git a/Makefile b/Makefile
index 78ded7c9..42867b9a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,14 +1,3 @@
SUBDIR= common mbbsd util innbbsd trans
-all install clean:
-.if !exists(/usr/local/lib/libhz.so) && !exists(/usr/lib/libhz.so)
- @echo "sorry, libhz not found."
- @echo "above FreeBSD, please install /usr/ports/chinese/autoconvert"
- @echo "above Debian/Linux, please install package libhz0"
- @exit 1
-.endif
- @for i in $(SUBDIR); do\
- cd $$i;\
- $(MAKE) $@;\
- cd -;\
- done
+.include <bsd.subdir.mk>