mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Fixed improper SCRIPTS assignment that broke `clean'.
This commit is contained in:
parent
ab9abe5d7e
commit
2e9968fa36
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
MAINTAINER= fanf@FreeBSD.org
|
||||
|
||||
PROG= unifdef
|
||||
SCRIPTS=unifdefall
|
||||
SCRIPTS=unifdefall.sh
|
||||
MLINKS= unifdef.1 unifdefall.1
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue