
all: libntdll.a

libntdll.a: ntdll.def
	dlltool --as=as -k --dllname ntdll.dll --output-lib $@ --def $<
