From f68f6b3dd642b36ab5f8c2291d032fb88d2cf04e Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Wed, 9 Mar 2016 03:22:17 +0000 Subject: [PATCH] Remove things set already by bsd.progs.mk. MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division --- share/mk/bsd.test.mk | 4 ---- 1 file changed, 4 deletions(-) diff --git a/share/mk/bsd.test.mk b/share/mk/bsd.test.mk index 104b980d727..f87f5dc4a23 100644 --- a/share/mk/bsd.test.mk +++ b/share/mk/bsd.test.mk @@ -76,10 +76,6 @@ SUBDIR_PARALLEL= t MAN= .endif -# tell progs.mk we might want to install things -PROG_VARS+= BINDIR -PROGS_TARGETS+= install - .if !defined(NOT_FOR_TEST_SUITE) .include .endif