summaryrefslogtreecommitdiff
path: root/bin/expr
diff options
context:
space:
mode:
authorjtc <jtc@NetBSD.org>1993-11-11 01:29:52 +0000
committerjtc <jtc@NetBSD.org>1993-11-11 01:29:52 +0000
commit5ce3d664fb7752086d4460049fe7f29cc9bbfa09 (patch)
tree06ef9434298d459f175a93a06a51c505338a6f46 /bin/expr
parentc824ac0cb809a4ff419050f35a4be555c71efe60 (diff)
Use new POSIX.2 compatible regex routines in C library instead of -lgnuregex.
Diffstat (limited to 'bin/expr')
-rw-r--r--bin/expr/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/expr/Makefile b/bin/expr/Makefile
index 39a449da46c..1ddc08be5b1 100644
--- a/bin/expr/Makefile
+++ b/bin/expr/Makefile
@@ -1,11 +1,9 @@
-# $Id: Makefile,v 1.8 1993/08/06 01:20:44 mycroft Exp $
+# $Id: Makefile,v 1.9 1993/11/11 01:30:19 jtc Exp $
PROG= expr
# XXX bsd.prog.mk should be able to generate this from expr.y without SRCS
SRCS= expr.c
CFLAGS+= -I.
-LDADD= -lgnuregex
-DPADD= /usr/lib/libgnuregex.a
CLEANFILES+= expr.c y.tab.h
expr.c: