Add missing backslashes between continued lines.

This commit is contained in:
tron 1999-01-16 06:24:07 +00:00
parent 876bcd2228
commit 3601b98911
1 changed files with 4 additions and 4 deletions

View File

@ -1,12 +1,12 @@
# $NetBSD: Makefile,v 1.4 1999/01/16 02:20:26 bouyer Exp $
# $NetBSD: Makefile,v 1.5 1999/01/16 06:24:07 tron Exp $
KDIR= /sys/arch/i386/include
INCSDIR= /usr/include/i386
INCS= ansi.h aout_machdep.h apmvar.h asm.h bioscall.h bootinfo.h bswap.h \
byte_swap.h bus.h cdefs.h conf.h cpu.h cpufunc.h cputypes.h
db_machdep.h disklabel.h elf_machdep.h endian.h float.h frame.h
freebsd_machdep.h gdt.h ibcs2_machdep.h ieeefp.h intr.h joystick.h
byte_swap.h bus.h cdefs.h conf.h cpu.h cpufunc.h cputypes.h \
db_machdep.h disklabel.h elf_machdep.h endian.h float.h frame.h \
freebsd_machdep.h gdt.h ibcs2_machdep.h ieeefp.h intr.h joystick.h \
kcore.h limits.h mouse.h npx.h param.h pcb.h pccons.h pio.h pmap.h \
pmap.new.h proc.h profile.h psl.h pte.h ptrace.h reg.h segments.h \
setjmp.h signal.h specialreg.h spkr.h stdarg.h svr4_machdep.h \