From 831fa864ee9adef19e244c9a2b39a80b426a36a4 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Wed, 9 Apr 2014 21:16:27 +0200 Subject: [PATCH] Remove NOLINT from a couple of Makefiles (we don't have it). --- secure/Makefile.ssh.common | 4 ---- secure/lib/libcrypto/Makefile | 3 --- secure/lib/libssl/Makefile | 3 --- 3 files changed, 10 deletions(-) diff --git a/secure/Makefile.ssh.common b/secure/Makefile.ssh.common index 3fb3ccdd39..a933759612 100644 --- a/secure/Makefile.ssh.common +++ b/secure/Makefile.ssh.common @@ -1,11 +1,7 @@ -# $DragonFly: src/secure/Makefile.ssh.common,v 1.4 2008/04/07 01:20:18 pavalos Exp $ - SSHDIR= ${.CURDIR}/../../../crypto/openssh CFLAGS+= -I${.CURDIR}/../../lib/libssh -I${SSHDIR} -include ssh_namespace.h -NOLINT= true - .if ${.CURDIR:T} != "libssh" DPADD+= ${LIBSSH} ${LIBCRYPTO} ${LIBUTIL} ${LIBZ} LDADD+= -lssh -lcrypto -lutil -lz diff --git a/secure/lib/libcrypto/Makefile b/secure/lib/libcrypto/Makefile index 300461baee..88dfd48f4a 100644 --- a/secure/lib/libcrypto/Makefile +++ b/secure/lib/libcrypto/Makefile @@ -1,12 +1,9 @@ # $FreeBSD: src/secure/lib/libcrypto/Makefile,v 1.15.2.14 2003/02/14 22:38:14 nectar Exp $ -# $DragonFly: src/secure/lib/libcrypto/Makefile,v 1.11 2008/09/06 20:42:53 pavalos Exp $ LIB= crypto SHLIB_MAJOR= 5 WARNS?= 0 -NOLINT= true - SUBDIR= engines .if ${MACHINE_ARCH} == "x86_64" diff --git a/secure/lib/libssl/Makefile b/secure/lib/libssl/Makefile index bed0285acc..209b6c9bbe 100644 --- a/secure/lib/libssl/Makefile +++ b/secure/lib/libssl/Makefile @@ -1,12 +1,9 @@ # $FreeBSD: src/secure/lib/libssl/Makefile,v 1.4.2.8 2003/02/14 22:38:20 nectar Exp $ -# $DragonFly: src/secure/lib/libssl/Makefile,v 1.6 2006/09/06 12:40:54 corecode Exp $ LIB= ssl SHLIB_MAJOR= 5 WARNS?= 2 -NOLINT= true - .if exists(Makefile.man) .include "Makefile.man" .endif -- 2.41.0