From 29dfb4ec5e0ab45ed60ad8bf56cee14cd5007ce0 Mon Sep 17 00:00:00 2001 From: Paul Saab Date: Tue, 4 Jul 2000 01:04:55 +0000 Subject: MFC: Fix misspelling of DPADD as DPADDA and some misformattings. --- usr.bin/telnet/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'usr.bin') diff --git a/usr.bin/telnet/Makefile b/usr.bin/telnet/Makefile index 563eb7bafc46..9447551283bd 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." - -- cgit v1.3