need compat_exec.c for some old a.out formats
This commit is contained in:
parent
534b950d29
commit
fd7c36bef3
@ -1,8 +1,9 @@
|
||||
# $NetBSD: Makefile,v 1.1 2000/12/08 23:05:34 jdolecek Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2001/11/26 20:38:15 jdolecek Exp $
|
||||
|
||||
.include "../Makefile.inc"
|
||||
|
||||
.PATH: $S/compat/freebsd
|
||||
.PATH: $S/compat/common
|
||||
|
||||
CPPFLAGS+= -nostdinc -I$S -D_KERNEL -DEXEC_AOUT
|
||||
|
||||
@ -12,5 +13,6 @@ KMOD= exec_freebsd_aout
|
||||
|
||||
SRCS= lkminit_exec.c
|
||||
SRCS+= freebsd_exec_aout.c
|
||||
SRCS+= compat_exec.c
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user