d3d1227320
- separate out the common files used by rtld ldd ld - move machine dependent files into arch - move ld in its own directory - factor out .PATH and CFLAGS common to all Makefiles
6 lines
200 B
Makefile
6 lines
200 B
Makefile
# $NetBSD: Makefile.inc,v 1.1 1997/04/16 16:49:29 christos Exp $
|
|
|
|
CFLAGS += -I$(.CURDIR)/../common -I$(.CURDIR)/../arch/$(MACHINE_ARCH)
|
|
|
|
.PATH: $(.CURDIR)/../common $(.CURDIR)/../arch/$(MACHINE_ARCH)
|