diff options
author | ru <ru@FreeBSD.org> | 2004-12-21 09:33:47 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-12-21 09:33:47 +0000 |
commit | 74176cc1618932a3f20bb4d6cd287faf3fb63332 (patch) | |
tree | dcfb6380484a67e96d7ddeee0502d82b9078ed14 /secure | |
parent | 3b01b845055a6c3374f14bc8997be5a5d299cd8c (diff) | |
download | FreeBSD-src-74176cc1618932a3f20bb4d6cd287faf3fb63332.zip FreeBSD-src-74176cc1618932a3f20bb4d6cd287faf3fb63332.tar.gz |
NODOCCOMPRESS -> NO_DOCCOMPRESS
NOINFO -> NO_INFO
NOINFOCOMPRESS -> NO_INFOCOMPRESS
NOLINT -> NO_LINT
NOPIC -> NO_PIC
NOPROFILE -> NO_PROFILE
Diffstat (limited to 'secure')
-rw-r--r-- | secure/lib/libcrypto/Makefile | 2 | ||||
-rw-r--r-- | secure/lib/libssh/Makefile | 2 | ||||
-rw-r--r-- | secure/lib/libssl/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/secure/lib/libcrypto/Makefile b/secure/lib/libcrypto/Makefile index 512b90a..24d8d67 100644 --- a/secure/lib/libcrypto/Makefile +++ b/secure/lib/libcrypto/Makefile @@ -4,7 +4,7 @@ LIB= crypto SHLIBDIR?= /lib SHLIB_MAJOR= 3 -NOLINT= +NO_LINT= .if exists(Makefile.man) .include "Makefile.man" diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile index b16cdd8..8827f05 100644 --- a/secure/lib/libssh/Makefile +++ b/secure/lib/libssh/Makefile @@ -30,7 +30,7 @@ DPADD+= ${LIBGSSAPI} ${LIBKRB5} ${LIBASN1} ${LIBCOM_ERR} ${LIBMD} ${LIBROKEN} LDADD+= -lgssapi -lkrb5 -lasn1 -lcom_err -lmd -lroken .endif -NOLINT= +NO_LINT= DPADD+= ${LIBCRYPTO} ${LIBCRYPT} LDADD+= -lcrypto -lcrypt diff --git a/secure/lib/libssl/Makefile b/secure/lib/libssl/Makefile index 07c6f67..6976426 100644 --- a/secure/lib/libssl/Makefile +++ b/secure/lib/libssl/Makefile @@ -3,7 +3,7 @@ LIB= ssl SHLIB_MAJOR= 3 -NOLINT= +NO_LINT= .if exists(Makefile.man) .include "Makefile.man" |