aboutsummaryrefslogtreecommitdiff
path: root/ftp/wu-ftpd+ipv6/files/patch-al
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-04-27 21:48:55 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-04-27 21:48:55 +0000
commita4ef9c1d42cb7bffc3d26576e987e81840642097 (patch)
treeef926019be3cc1f638d93218e1c9fdbe991ddf77 /ftp/wu-ftpd+ipv6/files/patch-al
parent6db03a20a2a06304107ca7262a60bbc18be9d5c4 (diff)
Upgrade to beta-13
Notes
Notes: svn path=/head/; revision=6339
Diffstat (limited to 'ftp/wu-ftpd+ipv6/files/patch-al')
-rw-r--r--ftp/wu-ftpd+ipv6/files/patch-al22
1 files changed, 8 insertions, 14 deletions
diff --git a/ftp/wu-ftpd+ipv6/files/patch-al b/ftp/wu-ftpd+ipv6/files/patch-al
index 91414fc3ef3e..90c5246d7d57 100644
--- a/ftp/wu-ftpd+ipv6/files/patch-al
+++ b/ftp/wu-ftpd+ipv6/files/patch-al
@@ -1,25 +1,19 @@
-*** support/makefiles/Makefile.fbs.bak Fri Feb 17 20:36:56 1995
---- support/makefiles/Makefile.fbs Thu Jan 30 16:32:32 1997
+*** support/makefiles/Makefile.fbs.bak Mon Mar 3 12:11:54 1997
+--- support/makefiles/Makefile.fbs Sun Apr 27 21:13:35 1997
***************
-*** 4,13 ****
+*** 8,14 ****
LIBC = /usr/lib/libc.a
IFLAGS =
LFLAGS =
! CFLAGS = -O ${IFLAGS} ${LFLAGS} -DNO_MALLOC_PROTO
-! SRCS = fnmatch.c strcasestr.c authuser.c ftw.c
-! OBJS = fnmatch.o strcasestr.o authuser.o ftw.o
-
- all: $(OBJS)
- -rm -f libsupport.a
---- 4,13 ----
+ SRCS = strcasestr.c authuser.c ftw.c
+ OBJS = strcasestr.o authuser.o ftw.o
+--- 8,14 ----
LIBC = /usr/lib/libc.a
IFLAGS =
LFLAGS =
! CFLAGS += ${IFLAGS} ${LFLAGS} -DNO_MALLOC_PROTO
-! SRCS = strcasestr.c authuser.c ftw.c
-! OBJS = strcasestr.o authuser.o ftw.o
-
- all: $(OBJS)
- -rm -f libsupport.a
+ SRCS = strcasestr.c authuser.c ftw.c
+ OBJS = strcasestr.o authuser.o ftw.o