mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
"distribute" games into their own distribution.
Reviewed by: Submitted by: Obtained from:
This commit is contained in:
parent
775fca0065
commit
d28db85ed5
2 changed files with 3 additions and 1 deletions
|
|
@ -7,3 +7,5 @@ BINMODE= 4700
|
|||
.else
|
||||
BINDIR= /usr/games
|
||||
.endif
|
||||
|
||||
DISTRIBUTION= games
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ SUBDIR= fortune
|
|||
SUBDIR+=datfiles
|
||||
.endif
|
||||
|
||||
.ifmake !(install)
|
||||
.if !make(install) && !make(distribute)
|
||||
SUBDIR+=strfile
|
||||
.else
|
||||
SUBDIR+=datfiles
|
||||
|
|
|
|||
Loading…
Reference in a new issue