bac9840834
Argtable is an ANSI C library for parsing GNU style command line options with a minimum of fuss. It enables a program's command line syntax to be defined in the source code as an array of argtable structs. From Jasper Lievisse Adriaanse <jasper@nedbsd.nl>
13 lines
430 B
Plaintext
13 lines
430 B
Plaintext
$OpenBSD: patch-Makefile_in,v 1.1.1.1 2006/05/29 21:56:50 alek Exp $
|
|
--- Makefile.in.orig Sun May 28 17:26:30 2006
|
|
+++ Makefile.in Sun May 28 17:27:14 2006
|
|
@@ -202,7 +202,7 @@
|
|
example/hasoptvalue.c example/ls.c example/multisyntax.c \
|
|
example/mv.c example/myprog.c example/myprog_C89.c \
|
|
example/rm.c example/uname.c
|
|
-dist_data_DATA = src/Makefile.nmake src/argtable2.def
|
|
+dist_data_DATA =
|
|
all: all-recursive
|
|
|
|
.SUFFIXES:
|