summaryrefslogtreecommitdiff
path: root/gnu/usr.sbin
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-12-13 03:12:27 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-12-13 03:12:27 +0000
commitdbd8f3b043e4fa789d7a01d63cd5440f6791397e (patch)
tree89e93325f3a5c77e60f1f27d4b0fe6729cb868a0 /gnu/usr.sbin
parent773272f17854d3c28cb04a00c7aa53e918c60a8f (diff)
Two more places where we can use the libc getopt_long() instead of GNU getopt()
Diffstat (limited to 'gnu/usr.sbin')
-rw-r--r--gnu/usr.sbin/mkhybrid/src/Makefile9
-rw-r--r--gnu/usr.sbin/mkhybrid/src/Makefile.in9
2 files changed, 2 insertions, 16 deletions
diff --git a/gnu/usr.sbin/mkhybrid/src/Makefile b/gnu/usr.sbin/mkhybrid/src/Makefile
index d7c08719276..f0cc563211b 100644
--- a/gnu/usr.sbin/mkhybrid/src/Makefile
+++ b/gnu/usr.sbin/mkhybrid/src/Makefile
@@ -1,6 +1,6 @@
# Generated automatically from Makefile.in by configure.
#
-# $Id: Makefile,v 1.1 2000/10/10 20:40:10 beck Exp $
+# $Id: Makefile,v 1.2 2002/12/13 03:12:26 millert Exp $
#
## Makefile for mkhybrid - based on mkisofs v1.12
# James Pearson 16/3/1999
@@ -46,7 +46,6 @@ CFLAGS=$(COPTS) $(DEFINES) -I. -Iinclude -I$(libhfsdir) -DVANILLA_AUTOCONF
LDFLAGS= -L$(libhfsdir) -L$(libfiledir)
OBJS=mkisofs.o tree.o write.o hash.o rock.o multi.o \
joliet.o match.o name.o fnmatch.o eltorito.o \
- getopt.o getopt1.o \
apple.o volume.o desktop.o mac_label.o
World: mkhybrid
@@ -110,12 +109,6 @@ mkisofs.o: mkisofs.c iso9660.h mkisofs.h exclude.h config.h Makefile $(LIBHFS) $
eltorito.o: eltorito.c iso9660.h mkisofs.h config.h Makefile
$(CC) -c $(CFLAGS) $(srcdir)/eltorito.c
-getopt.o: getopt.c exclude.h config.h Makefile
- $(CC) -c $(CFLAGS) $(srcdir)/getopt.c
-
-getopt1.o: getopt1.c exclude.h config.h Makefile
- $(CC) -c $(CFLAGS) $(srcdir)/getopt1.c
-
apple.o: apple.c apple.h Makefile mkisofs.h
$(CC) -c $(CFLAGS) $(srcdir)/apple.c
diff --git a/gnu/usr.sbin/mkhybrid/src/Makefile.in b/gnu/usr.sbin/mkhybrid/src/Makefile.in
index d351d12413f..ddabb3b84a2 100644
--- a/gnu/usr.sbin/mkhybrid/src/Makefile.in
+++ b/gnu/usr.sbin/mkhybrid/src/Makefile.in
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.in,v 1.1 2000/10/10 20:40:10 beck Exp $
+# $Id: Makefile.in,v 1.2 2002/12/13 03:12:26 millert Exp $
#
## Makefile for mkhybrid - based on mkisofs v1.12
# James Pearson 16/3/1999
@@ -46,7 +46,6 @@ CFLAGS=$(COPTS) $(DEFINES) -I. -Iinclude -I$(libhfsdir) -DVANILLA_AUTOCONF
LDFLAGS=@LDFLAGS@ -L$(libhfsdir) -L$(libfiledir)
OBJS=mkisofs.o tree.o write.o hash.o rock.o multi.o \
joliet.o match.o name.o fnmatch.o eltorito.o \
- getopt.o getopt1.o \
apple.o volume.o desktop.o mac_label.o
World: mkhybrid
@@ -110,12 +109,6 @@ mkisofs.o: mkisofs.c iso9660.h mkisofs.h exclude.h config.h Makefile $(LIBHFS) $
eltorito.o: eltorito.c iso9660.h mkisofs.h config.h Makefile
$(CC) -c $(CFLAGS) $(srcdir)/eltorito.c
-getopt.o: getopt.c exclude.h config.h Makefile
- $(CC) -c $(CFLAGS) $(srcdir)/getopt.c
-
-getopt1.o: getopt1.c exclude.h config.h Makefile
- $(CC) -c $(CFLAGS) $(srcdir)/getopt1.c
-
apple.o: apple.c apple.h Makefile mkisofs.h
$(CC) -c $(CFLAGS) $(srcdir)/apple.c