blob: 35675a1276bcc2ba27aaa719b51e30043ba5bbc1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- Makefile.dist Sat May 27 22:50:20 2000
+++ Makefile Thu Jun 29 20:06:23 2000
@@ -8,7 +8,8 @@
PROG = spegla
SRCS = jftp.c parserow.c spegla.c tgetopt.c container.c spf_util.c \
- que_syms.c e_err.c
+ que_syms.c e_err.c \
+ regcomp.c regerror.c regexec.c regfree.c
.if !(defined(HAVE_STRLCPY) && ${HAVE_STRLCPY} == "yes")
SRCS += strlcpy.c
CPPFLAGS += -DNO_STRLCPY
|