NetBSD/sys/modules/ld/Makefile
pgoyette 0484fb2f3f On the off chance that someone tries to use the modular version of the
ld(4) driver, provide an ld.ioconf file which will declare the global ld_cd
2018-02-21 08:36:36 +00:00

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>