mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-02 12:53:33 +00:00
Fixed misspelling of DPADD as DPADDA.
Fixed some misformattings.
This commit is contained in:
parent
b4479f319e
commit
15d237484a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=58679
@ -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."
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user