From 2118f42afd6189d38de35003e029021c0917f7e8 Mon Sep 17 00:00:00 2001 From: imp Date: Tue, 6 May 2014 04:22:01 +0000 Subject: Use src.opts.mk in preference to bsd.own.mk except where we need stuff from the latter. --- secure/lib/Makefile | 2 +- secure/lib/libssh/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'secure/lib') diff --git a/secure/lib/Makefile b/secure/lib/Makefile index 118204f..4ca8517 100644 --- a/secure/lib/Makefile +++ b/secure/lib/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -.include +.include SUBDIR= .if ${MK_OPENSSL} != "no" diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile index f4bfd06..b63d6b9 100644 --- a/secure/lib/libssh/Makefile +++ b/secure/lib/libssh/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -.include +.include LIB= ssh PRIVATELIB= true -- cgit v1.1