mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
278a647449
Submitted by: Makoto MATSUSHITA <matusita@jp.freebsd.org>
13 lines
394 B
Plaintext
13 lines
394 B
Plaintext
--- 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
|