Remove reference to now-deleted aoutm68k_ioctl.c.

This commit is contained in:
he 2004-09-16 09:35:38 +00:00
parent 8b9587795d
commit e1ca5516de
1 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.7 2004/09/12 08:04:50 he Exp $
# $NetBSD: Makefile,v 1.8 2004/09/16 09:35:38 he Exp $
.include "../Makefile.inc"
@ -12,7 +12,6 @@ AFLAGS= -x assembler-with-cpp -traditional-cpp -D_LOCORE -D_KERNEL \
KMOD= compat_aoutm68k
SRCS= lkminit_emul.c
SRCS+= aoutm68k_exec.c aoutm68k_ioctl.c aoutm68k_stat.c \
aoutm68k_sysent.c
SRCS+= aoutm68k_exec.c aoutm68k_stat.c aoutm68k_sysent.c
.include <bsd.kmod.mk>