aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/wu-ftpd/files/patch-al
blob: 91414fc3ef3e74646355cb88c022aef266af761c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
*** support/makefiles/Makefile.fbs.bak  Fri Feb 17 20:36:56 1995
--- support/makefiles/Makefile.fbs  Thu Jan 30 16:32:32 1997
***************
*** 4,13 ****
  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 ----
  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