summaryrefslogtreecommitdiff
path: root/sys/lkm/exec/osf1_ecoff/Makefile
blob: 272ce74e804d997dc6b06e8e4c820f24eb68a2bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	$NetBSD: Makefile,v 1.4 2002/05/30 18:53:21 thorpej Exp $

.include "../Makefile.inc"

.PATH:	$S/compat/osf1

CPPFLAGS+=	-nostdinc -D_KERNEL -DEXEC_ECOFF

KMOD=	exec_osf1_ecoff

SRCS=	lkminit_exec.c
SRCS+=	osf1_exec_ecoff.c

.include <bsd.kmod.mk>