--- utils/thaiconv/Makefile.orig	Sun Dec 13 12:00:00 1998
+++ utils/thaiconv/Makefile	Sat Feb 20 07:39:03 1999
@@ -14,3 +14,14 @@
 	c2cweb -b "The thaiconv program" -l -v thaiconv.c
 	$(CWEAVE) +ai thaiconv.cw
 	$(TEX) thaiconv
+
+build: thaiconv
+
+all: build
+
+install: all
+	$(INSTALL_PROGRAM) thaiconv $(PREFIX)/bin
+	$(INSTALL_MAN) thaiconv.1 $(PREFIX)/man/man1
+
+clean:
+	$(RM) thaiconv
