aboutsummaryrefslogtreecommitdiff
path: root/contrib/sendmail/BuildTools/M4/depend/Solaris.m4
blob: cbdc618abfc8f6e5c555c8bfaf596b160535a993 (plain) (blame)
1
2
3
4
5
6
7
8
#	@(#)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