summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-12-09 23:43:12 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-12-09 23:43:12 +0000
commit3e223a98eb0a9a6eaf43fa4c17751026e5fdc2ef (patch)
tree1acce913cdbfb4202396c421d73a9a730a36adb1 /gnu/usr.bin
parentc5b03361b1861d29fec0af725a91b6ac90fe9f74 (diff)
We now have getopt_long() in libc, no need to build a private copy.
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/diff/Makefile4
-rw-r--r--gnu/usr.bin/grep/Makefile5
2 files changed, 4 insertions, 5 deletions
diff --git a/gnu/usr.bin/diff/Makefile b/gnu/usr.bin/diff/Makefile
index ad50b95bfc5..c9b3508e3f7 100644
--- a/gnu/usr.bin/diff/Makefile
+++ b/gnu/usr.bin/diff/Makefile
@@ -1,9 +1,9 @@
-# $OpenBSD: Makefile,v 1.3 1996/08/20 05:14:06 tholo Exp $
+# $OpenBSD: Makefile,v 1.4 2002/12/09 23:43:11 millert Exp $
# $NetBSD: Makefile,v 1.8 1995/07/12 07:21:05 cgd Exp $
PROG= diff
SRCS= diff.c analyze.c cmpbuf.c io.c context.c ed.c normal.c util.c dir.c \
- regex.c side.c ifdef.c version.c getopt.c getopt1.c
+ regex.c side.c ifdef.c version.c
CFLAGS+=-DHAVE_CONFIG_H -I${.CURDIR} -DPR_PROGRAM=\"/usr/bin/pr\"
diff --git a/gnu/usr.bin/grep/Makefile b/gnu/usr.bin/grep/Makefile
index 82ad746643a..b77bf9a99f7 100644
--- a/gnu/usr.bin/grep/Makefile
+++ b/gnu/usr.bin/grep/Makefile
@@ -1,9 +1,8 @@
-# $OpenBSD: Makefile,v 1.4 2000/03/09 00:08:07 mickey Exp $
+# $OpenBSD: Makefile,v 1.5 2002/12/09 23:43:11 millert Exp $
# $NetBSD: Makefile,v 1.6 1995/04/23 07:58:41 cgd Exp $
PROG= grep
-SRCS= dfa.c grep.c getopt.c getopt1.c kwset.c obstack.c regex.c savedir.c \
- search.c stpcpy.c
+SRCS= dfa.c grep.c kwset.c obstack.c regex.c savedir.c search.c stpcpy.c
CFLAGS+=-I${.CURDIR} -DVERSION=\"2.4.1\" -DPACKAGE=\"grep\" -DGREP \
-DSTDC_HEADERS -DHAVE_MEMCHR -DHAVE_MEMMOVE -DHAVE_MEMCPY \
-DHAVE_DIRENT_H -DHAVE_UNISTD_H -DHAVE_STRERROR \