Home | History | Annotate | Line # | Download | only in config
t-openbsd revision 1.8
      1 # We don't need GCC's own include files.
      2 USER_H = $(EXTRA_HEADERS)
      3 
      4 # OpenBSD-specific D support.
      5 openbsd-d.o: $(srcdir)/config/openbsd-d.cc
      6 	$(COMPILE) $<
      7 	$(POSTCOMPILE)
      8