summaryrefslogtreecommitdiffstats
path: root/usr.bin/unifdef/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-07-21 21:03:47 +0000
committerru <ru@FreeBSD.org>2002-07-21 21:03:47 +0000
commit516f6d963f89f2ca839d2a59bbd7447b4e2e0623 (patch)
treebb15ec0fea8e91f92fce036bc19869712722b88e /usr.bin/unifdef/Makefile
parentb9718e8d793f5e9454d8b45a1d560669ad575eda (diff)
downloadFreeBSD-src-516f6d963f89f2ca839d2a59bbd7447b4e2e0623.zip
FreeBSD-src-516f6d963f89f2ca839d2a59bbd7447b4e2e0623.tar.gz
Fixed improper SCRIPTS assignment that broke `clean'.
Diffstat (limited to 'usr.bin/unifdef/Makefile')
-rw-r--r--usr.bin/unifdef/Makefile2
1 files changed, 1 insertions, 1 deletions
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 <bsd.prog.mk>
OpenPOWER on IntegriCloud