Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/ftp added LINKS= to make /usr/bin/pftp



details:   https://anonhg.NetBSD.org/src/rev/ac12f791b8dd
branches:  trunk
changeset: 471932:ac12f791b8dd
user:      mcr <mcr%NetBSD.org@localhost>
date:      Thu Apr 15 20:48:49 1999 +0000

description:
added LINKS= to make /usr/bin/pftp

diffstat:

 usr.bin/ftp/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 2c742b548604 -r ac12f791b8dd usr.bin/ftp/Makefile
--- a/usr.bin/ftp/Makefile      Thu Apr 15 16:21:27 1999 +0000
+++ b/usr.bin/ftp/Makefile      Thu Apr 15 20:48:49 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.17 1998/11/18 07:24:25 itohy Exp $
+#      $NetBSD: Makefile,v 1.18 1999/04/15 20:48:49 mcr Exp $
 #      from: @(#)Makefile      8.2 (Berkeley) 4/3/94
 
 PROG=  ftp
@@ -12,5 +12,6 @@
 CPPFLAGS+= -DHAVE_TIMEGM       # system has timegm(3), a UTC version of mktime
 LDADD+=        -ledit -ltermcap -lutil
 DPADD+=        ${LIBEDIT} ${LIBTERMCAP} ${LIBUTIL}
+LINKS=/usr/bin/ftp /usr/bin/pftp
 
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index