From 516f6d963f89f2ca839d2a59bbd7447b4e2e0623 Mon Sep 17 00:00:00 2001 From: ru Date: Sun, 21 Jul 2002 21:03:47 +0000 Subject: Fixed improper SCRIPTS assignment that broke `clean'. --- usr.bin/unifdef/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin') diff --git a/usr.bin/unifdef/Makefile b/usr.bin/unifdef/Makefile index 4b4b4d7..e3817d1 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 -- cgit v1.1