From 2e9968fa3611fc4899be7bfc2cac69c0e438df22 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Sun, 21 Jul 2002 21:03:47 +0000 Subject: [PATCH] Fixed improper SCRIPTS assignment that broke `clean'. --- usr.bin/unifdef/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/unifdef/Makefile b/usr.bin/unifdef/Makefile index 4b4b4d7b5360..e3817d12546e 100644 --- a/usr.bin/unifdef/Makefile +++ b/usr.bin/unifdef/Makefile @@ -4,7 +4,7 @@ MAINTAINER= fanf@FreeBSD.org PROG= unifdef -SCRIPTS=unifdefall +SCRIPTS=unifdefall.sh MLINKS= unifdef.1 unifdefall.1 .include