From 15d237484abb90db2e3b76efd8d029fff357f684 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Mon, 27 Mar 2000 16:37:32 +0000 Subject: [PATCH] Fixed misspelling of DPADD as DPADDA. Fixed some misformattings. --- usr.bin/telnet/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/usr.bin/telnet/Makefile b/usr.bin/telnet/Makefile index 563eb7bafc4..9447551283b 100644 --- a/usr.bin/telnet/Makefile +++ b/usr.bin/telnet/Makefile @@ -31,7 +31,7 @@ # SUCH DAMAGE. # # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD$ # PROG= telnet @@ -47,7 +47,7 @@ LDADD= -ltermcap -ltelnet .if !defined(RELEASE_CRUNCH) CFLAGS+=-DIPSEC -DPADDA+=${LIBIPSEC} +DPADD+= ${LIBIPSEC} LDADD+= -lipsec .endif @@ -63,4 +63,3 @@ NOCRYPT_DIR=${.CURDIR}/Nocrypt nocrypt: @echo "Encryption code already removed." -