mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Clean up and reorder.
This commit is contained in:
parent
b621cf69e6
commit
58e21863da
1 changed files with 11 additions and 1 deletions
|
|
@ -1,5 +1,15 @@
|
|||
# $FreeBSD$
|
||||
|
||||
SUBDIR= blank daemon fade green logo rain snake star warp fire
|
||||
SUBDIR =
|
||||
SUBDIR += blank
|
||||
SUBDIR += daemon
|
||||
SUBDIR += fade
|
||||
SUBDIR += fire
|
||||
SUBDIR += green
|
||||
SUBDIR += logo
|
||||
SUBDIR += rain
|
||||
SUBDIR += snake
|
||||
SUBDIR += star
|
||||
SUBDIR += warp
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue