diff options
author | ru <ru@FreeBSD.org> | 2002-07-21 21:03:47 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-07-21 21:03:47 +0000 |
commit | 516f6d963f89f2ca839d2a59bbd7447b4e2e0623 (patch) | |
tree | bb15ec0fea8e91f92fce036bc19869712722b88e /usr.bin/unifdef | |
parent | b9718e8d793f5e9454d8b45a1d560669ad575eda (diff) | |
download | FreeBSD-src-516f6d963f89f2ca839d2a59bbd7447b4e2e0623.zip FreeBSD-src-516f6d963f89f2ca839d2a59bbd7447b4e2e0623.tar.gz |
Fixed improper SCRIPTS assignment that broke `clean'.
Diffstat (limited to 'usr.bin/unifdef')
-rw-r--r-- | usr.bin/unifdef/Makefile | 2 |
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> |