--- 4_1.3/examples/Makefile.orig	Fri Oct  2 17:33:22 1998
+++ 4_1.3/examples/Makefile	Fri Oct  2 17:33:22 1998
@@ -0,0 +1,16 @@
+INSTALL_EX = /usr/bin/install -c -o root -g wheel -m 644
+CJK_EX_DIR = $(PREFIX)/share/examples/CJK
+
+#
+# Nothing to be done for "all" "clean"
+#
+all:
+clean:
+
+#
+# Install the documents.
+#
+install:
+	@(mkdir -p $(CJK_EX_DIR)) && \
+	($(INSTALL_EX) `ls .` $(CJK_EX_DIR))
+
