diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-12-24 17:45:48 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-12-24 17:45:48 +0000 |
commit | 7b1c34eeb16a25086f9f9ad4e028df562efb416d (patch) | |
tree | 6a7285b2487d3807130560299912ff870218c8cc /ftp/wu-ftpd+ipv6/files/patch-am | |
parent | Switch to updated fonts set (diff) |
Upgrade to beta-16
Notes
Notes:
svn path=/head/; revision=9172
Diffstat (limited to 'ftp/wu-ftpd+ipv6/files/patch-am')
-rw-r--r-- | ftp/wu-ftpd+ipv6/files/patch-am | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/ftp/wu-ftpd+ipv6/files/patch-am b/ftp/wu-ftpd+ipv6/files/patch-am index a126effdc366..04297b0bb716 100644 --- a/ftp/wu-ftpd+ipv6/files/patch-am +++ b/ftp/wu-ftpd+ipv6/files/patch-am @@ -1,24 +1,22 @@ -*** src/makefiles/Makefile.fbs.orig Tue Aug 12 07:43:39 1997 ---- src/makefiles/Makefile.fbs Tue Sep 9 20:10:33 1997 +*** src/makefiles/Makefile.fbs.orig Sun Dec 21 07:04:49 1997 +--- src/makefiles/Makefile.fbs Wed Dec 24 20:26:01 1997 *************** -*** 4,11 **** +*** 4,10 **** #CC = cc IFLAGS = -I.. -I../support LFLAGS = -L../support -s ! CFLAGS = -O ${IFLAGS} ${LFLAGS} -! LIBES = -lsupport -lutil -lcrypt + LIBES = -lsupport -lutil -lskey -lmd -lcrypt LIBC = /usr/lib/libc.a LINTFLAGS= - LKERB = -lauth -lckrb -lkrb -ldes ---- 4,11 ---- +--- 4,10 ---- #CC = cc IFLAGS = -I.. -I../support LFLAGS = -L../support -s ! CFLAGS += ${IFLAGS} ${LFLAGS} -! LIBES = -lsupport -lutil -lcrypt -lskey -lmd + LIBES = -lsupport -lutil -lskey -lmd -lcrypt LIBC = /usr/lib/libc.a LINTFLAGS= - LKERB = -lauth -lckrb -lkrb -ldes *************** *** 27,33 **** --- 27,37 ---- |