--- Makefile.in.orig	Fri Apr 16 21:47:05 1999
+++ Makefile.in	Fri Apr 16 21:53:45 1999
@@ -63,6 +63,9 @@
 mkhybrid: Makefile $(OBJS) $(LIBHFS) $(LIBFILE)
 	$(CC) $(LDFLAGS) -o mkhybrid $(OBJS) $(LIBS)
 
+mkisofs: Makefile $(OBJS) $(LIBHFS) $(LIBFILE)
+	$(CC) $(LDFLAGS) -o mkisofs $(OBJS) $(LIBS)
+
 apple_driver: apple_driver.o
 	$(CC) $(LDFLAGS) -o apple_driver  apple_driver.o
 apple_driver.o: apple_driver.c mac_label.h
