0484fb2f3f
ld(4) driver, provide an ld.ioconf file which will declare the global ld_cd
13 lines
174 B
Makefile
13 lines
174 B
Makefile
# $NetBSD: Makefile,v 1.2 2018/02/21 08:36:36 pgoyette Exp $
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.PATH: ${S}/dev
|
|
|
|
KMOD= ld
|
|
IOCONF= ld.ioconf
|
|
|
|
SRCS+= ld.c
|
|
|
|
.include <bsd.kmodule.mk>
|