diff options
-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> |