mirror of
https://github.com/opnsense/src.git
synced 2026-04-03 16:35:27 -04:00
src/contrib as per various discussions. I will copy across our changes and then point the Makefiles across once the dust has settled..
8 lines
314 B
Text
8 lines
314 B
Text
# @(#)CC-M.m4 8.2 (Berkeley) 2/19/98
|
|
depend: ${BEFORE}
|
|
@mv Makefile Makefile.old
|
|
@sed -e '/^# Do not edit or remove this line or anything below it.$$/,$$d' < Makefile.old > Makefile
|
|
@echo "# Do not edit or remove this line or anything below it." >> Makefile
|
|
${CC} -M ${COPTS} *.c >> Makefile
|
|
|
|
# End of CC-M.m4
|