t-openbsd revision 50397
1# Don't run fixproto
2STMP_FIXPROTO =
3
4# We don't need GCC's own include files but we do need lang specific ones.
5USER_H = ${LANG_EXTRA_HEADERS}
6INSTALL_ASSERT_H =
7
8# We don't want collisions with our mkstemps
9T_CFLAGS=-Dmkstemps=my_mkstemps
10