1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/ftp/wu-ftpd+ipv6/files/patch-am

45 lines
1.4 KiB
Plaintext
Raw Normal View History

*** src/makefiles/Makefile.fbs.orig Thu Jan 16 11:27:58 1997
--- src/makefiles/Makefile.fbs Thu Jan 30 17:50:47 1997
***************
*** 1,8 ****
CC = cc
IFLAGS = -I.. -I../support
LFLAGS = -L../support -s
! CFLAGS = -O ${IFLAGS} ${LFLAGS}
! LIBES = -lsupport -lcrypt
LIBC = /usr/lib/libc.a
LINTFLAGS=
LKERB = -lauth -lckrb -lkrb -ldes
--- 1,8 ----
CC = cc
IFLAGS = -I.. -I../support
LFLAGS = -L../support -s
! CFLAGS += ${IFLAGS} ${LFLAGS}
! LIBES = -lsupport -lutil -lskey -lmd -lcrypt
LIBC = /usr/lib/libc.a
LINTFLAGS=
LKERB = -lauth -lckrb -lkrb -ldes
***************
*** 10,19 ****
SRCS = ftpd.c ftpcmd.c glob.c logwtmp.c popen.c vers.c access.c extensions.c \
realpath.c acl.c private.c authenticate.c conversions.c hostacc.c \
! sigfix.c
OBJS = ftpd.o ftpcmd.o glob.o logwtmp.o popen.o vers.o access.o extensions.o \
realpath.o acl.o private.o authenticate.o conversions.o hostacc.o \
! sigfix.o
all: ftpd ftpcount ftpshut ckconfig
--- 10,19 ----
SRCS = ftpd.c ftpcmd.c glob.c logwtmp.c popen.c vers.c access.c extensions.c \
realpath.c acl.c private.c authenticate.c conversions.c hostacc.c \
! sigfix.c skey-stuff.c
OBJS = ftpd.o ftpcmd.o glob.o logwtmp.o popen.o vers.o access.o extensions.o \
realpath.o acl.o private.o authenticate.o conversions.o hostacc.o \
! sigfix.o skey-stuff.o
all: ftpd ftpcount ftpshut ckconfig