From 783a9476beea39c4848cb2d4e55fa67fecf09e21 Mon Sep 17 00:00:00 2001 From: rh Date: Sun, 19 Mar 2000 09:11:50 +0000 Subject: Track name change espvar.h -> esp_isavar.h so 'make includes' works again. --- sys/dev/isa/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev') diff --git a/sys/dev/isa/Makefile b/sys/dev/isa/Makefile index fd6151030be..796e66c70a6 100644 --- a/sys/dev/isa/Makefile +++ b/sys/dev/isa/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 1999/12/04 02:16:25 sommerfeld Exp $ +# $NetBSD: Makefile,v 1.3 2000/03/19 09:11:50 rh Exp $ INCSDIR= /usr/include/dev/isa -INCS= ad1848var.h ariareg.h com_multi.h cs4231var.h elink.h espvar.h \ +INCS= ad1848var.h ariareg.h com_multi.h cs4231var.h elink.h esp_isavar.h \ gusreg.h ics2101var.h if_aireg.h if_ecreg.h if_efreg.h if_egreg.h \ if_elreg.h if_fereg.h if_ixreg.h if_levar.h if_wereg.h isadmareg.h \ isadmavar.h isareg.h isavar.h madreg.h mcdreg.h pasreg.h \ -- cgit