Fixed improper SCRIPTS assignment that broke `clean'.

This commit is contained in:
Ruslan Ermilov 2002-07-21 21:03:47 +00:00
parent ab9abe5d7e
commit 2e9968fa36
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=100453

View File

@ -4,7 +4,7 @@
MAINTAINER= fanf@FreeBSD.org
PROG= unifdef
SCRIPTS=unifdefall
SCRIPTS=unifdefall.sh
MLINKS= unifdef.1 unifdefall.1
.include <bsd.prog.mk>