1
0
Files
2022-09-29 17:59:04 +03:00

9 lines
322 B
Plaintext

# @(#)Solaris.m4 8.1 (Berkeley) 3/5/1998
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