12 lines
156 B
Makefile
12 lines
156 B
Makefile
# $NetBSD: Makefile,v 1.1 2016/09/27 03:53:07 pgoyette Exp $
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.PATH: ${S}/dev
|
|
|
|
KMOD= ld
|
|
|
|
SRCS+= ld.c
|
|
|
|
.include <bsd.kmodule.mk>
|