mirror of
https://github.com/opnsense/src.git
synced 2026-04-11 20:40:03 -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
250 B
Text
8 lines
250 B
Text
# @(#)generic.m4 8.2 (Berkeley) 2/9/98
|
|
# dependencies
|
|
# gross overkill, and yet still not quite enough....
|
|
${OBJS}: ${SRCDIR}/sendmail.h ${SRCDIR}/conf.h
|
|
|
|
# give a null "depend" list so that the startup script will work
|
|
depend:
|
|
# End of generic.m4
|