]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - packages/Python/lldbsuite/test/functionalities/process_attach/attach_denied/Makefile
Vendor import of lldb trunk r256945:
[FreeBSD/FreeBSD.git] / packages / Python / lldbsuite / test / functionalities / process_attach / attach_denied / Makefile
1 LEVEL = ../../../make
2
3 CXX_SOURCES := main.cpp
4
5 EXE := AttachDenied
6
7 include $(LEVEL)/Makefile.rules