mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-11 09:50:12 +00:00
b00ab7548b
MFC after: 1 month Sponsored by: Mellanox Technologies
7 lines
135 B
Bash
7 lines
135 B
Bash
#!/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
|