mirror of
https://git.freebsd.org/src.git
synced 2026-01-16 23:02:24 +00:00
6 lines
135 B
Bash
Executable file
6 lines
135 B
Bash
Executable file
#!/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
|