Fix typo in header filename.

This commit is contained in:
simonb 2001-02-13 14:11:30 +00:00
parent e547d3816d
commit e07c392eed
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
# $NetBSD: Makefile,v 1.8 2001/02/11 17:03:05 bjh21 Exp $
# $NetBSD: Makefile,v 1.9 2001/02/13 14:11:30 simonb Exp $
KDIR= /sys/arch/arm/include
INCSDIR= /usr/include/arm
INCS= ansi.h aout_machdep.h armreg.h asm.h bswap.h cdefs.h disklabel.h \
disklabel_acorn.h elf_machdep.h float.h fp.h frame.h ieee.h ieeefp.h \
int_types.h limits.h lock.h math.h ptrace reg.h signal.h setjmp.h \
int_types.h limits.h lock.h math.h ptrace.h reg.h signal.h setjmp.h \
stdarg.h trap.h varargs.h
.include <bsd.kinc.mk>