From b6ba85848a69253a1e8a1d02698639aa01750e32 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Fri, 3 Nov 2017 18:23:02 +0100 Subject: [PATCH] makewhatis.local(8): Remove unneeded SCRIPTSDIR variable. --- libexec/makewhatis.local/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/libexec/makewhatis.local/Makefile b/libexec/makewhatis.local/Makefile index c27edf8943..1927b9b80c 100644 --- a/libexec/makewhatis.local/Makefile +++ b/libexec/makewhatis.local/Makefile @@ -1,8 +1,6 @@ # $FreeBSD: src/usr.bin/makewhatis/Makefile,v 1.3 2002/11/18 10:11:22 ru Exp $ -# $DragonFly: src/libexec/makewhatis.local/Makefile,v 1.1 2004/03/25 18:05:49 joerg Exp $ SCRIPTS= makewhatis.local.sh -SCRIPTSDIR= /usr/libexec MAN= makewhatis.local.8 LINKS= ${SCRIPTSDIR}/makewhatis.local ${SCRIPTSDIR}/catman.local MLINKS= makewhatis.local.8 catman.local.8 -- 2.11.4.GIT