mirror of
https://github.com/opnsense/src.git
synced 2026-04-24 15:48:48 -04:00
7 lines
135 B
Text
7 lines
135 B
Text
|
|
#!/bin/sh -
|
||
|
|
#
|
||
|
|
# Does nothing; used if we don't have a command-line flag to the compiler
|
||
|
|
# to get it to generate dependencies.
|
||
|
|
#
|
||
|
|
exit 0
|