summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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>