Fix missing backslash.

This commit is contained in:
thorpej 2002-10-08 17:43:10 +00:00
parent 950670fa77
commit 3d2c7f56e9
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
# $NetBSD: Makefile,v 1.3 2002/09/27 20:10:32 jdolecek Exp $
# $NetBSD: Makefile,v 1.4 2002/10/08 17:43:10 thorpej Exp $
KDIR= /sys/arch/walnut/include
INCSDIR= /usr/include/walnut
INCS= ansi.h aout_machdep.h asm.h
INCS= ansi.h aout_machdep.h asm.h \
bswap.h bus.h \
cdefs.h cpu.h \
db_machdep.h disklabel.h \