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
320 B
Text
8 lines
320 B
Text
# @(#)Solaris.m4 8.1 (Berkeley) 3/5/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} -xM ${COPTS} *.c >> Makefile
|
|
|
|
# End of Solaris.m4
|