openbsd-ports/sysutils/mkhybrid/patches/patch-ah
turan 31dc058cad Add mkhybrid port.
Courtesy of Trevor Clarke <retrev@csh.rit.edu>

mkhybrid is a pre-mastering program to create iso9660 cd images with
optional Rockridge, Joliet, or HFS support.  It is based on mkisofs
and generates a binary image which can be written onto a block device
such as a CDR drive.
1999-04-18 23:52:41 +00:00

13 lines
424 B
Plaintext

--- 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