Fixed misspelling of DPADD as DPADDA.

Fixed some misformattings.
This commit is contained in:
Bruce Evans 2000-03-27 16:37:32 +00:00
parent b4479f319e
commit 15d237484a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=58679

View File

@ -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."