Remove GNU regex.[ch] and use system's regex library. The library is still

GNU regex for now, but will be replaced as soon as an alternative is made
availiable.
This commit is contained in:
J.T. Conklin 1993-08-02 16:57:26 +00:00
parent b5a50652cc
commit 22a102fb97
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=230

View File

@ -1,9 +1,10 @@
# /b/source/CVS/src/bin/expr/Makefile,v 1.5 1993/06/14 19:56:06 jtc Exp
PROG= expr
SRCS= expr.c regex.c
CFLAGS+= -I${.CURDIR} -DHAVE_STRING_H=1
SRCS= expr.c
CLEANFILES+= expr.c y.tab.h
LDADD+= -lgnuregex
DPADD+= /usr/lib/libgnuregex.a
expr.c:
${YACC} -d ${.IMPSRC}