11 lines
165 B
Makefile
11 lines
165 B
Makefile
|
# $NetBSD: Makefile,v 1.1 2008/11/19 18:36:08 ad Exp $
|
||
|
|
||
|
.include "../Makefile.inc"
|
||
|
|
||
|
.PATH: ${S}/kern
|
||
|
|
||
|
KMOD= exec_ecoff
|
||
|
SRCS= exec_ecoff.c
|
||
|
|
||
|
.include <bsd.kmodule.mk>
|