xref: /openbsd-src/gnu/llvm/lldb/examples/interposing/darwin/fd_interposing/Makefile (revision 061da546b983eb767bad15e67af1174fb0bcf31c)
1LEVEL = ../../../../test/make
2
3DYLIB_NAME := FDInterposing
4DYLIB_ONLY := YES
5DYLIB_CXX_SOURCES := FDInterposing.cpp
6
7include $(LEVEL)/Makefile.rules
8