mirror of
https://github.com/opnsense/src.git
synced 2026-06-07 07:42:26 -04:00
Use .PATH & bare filename. This prevents the real source path from being included in the built object, which improves reproducibility. Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca> Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/1211
7 lines
121 B
Makefile
7 lines
121 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/contrib/dev/ice
|
|
|
|
KMOD= ice_ddp
|
|
FIRMWS= ice-1.3.36.0.pkg:ice_ddp:0x01032400
|
|
|
|
.include <bsd.kmod.mk>
|