Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci Remove dead file; alphabetize
details: https://anonhg.NetBSD.org/src/rev/48d318d593b8
branches: trunk
changeset: 473890:48d318d593b8
user: pk <pk%NetBSD.org@localhost>
date: Sun Jun 20 18:17:22 1999 +0000
description:
Remove dead file; alphabetize
diffstat:
sys/dev/pci/Makefile | 9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)
diffs (20 lines):
diff -r 11a361ef344b -r 48d318d593b8 sys/dev/pci/Makefile
--- a/sys/dev/pci/Makefile Sun Jun 20 18:14:41 1999 +0000
+++ b/sys/dev/pci/Makefile Sun Jun 20 18:17:22 1999 +0000
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.5 1999/06/20 18:07:18 pk Exp $
+# $NetBSD: Makefile,v 1.6 1999/06/20 18:17:22 pk Exp $
# use 'make -f Makefile.pcidevs' to make pcidevs.h and pcidevs_data.h
INCSDIR= /usr/include/dev/pci
-INCS= if_devar.h if_fxpvar.h if_levar.h if_tlregs.h ncrreg.h \
- pcidevs.h pcidevs_data.h pciidereg.h pciidevar.h pcireg.h pcivar.h \
- ppbreg.h tgareg.h tgavar.h vga_pcivar.h if_lmcvar.h if_lmc_types.h \
- if_lmcioctl.h
+INCS= if_devar.h if_levar.h if_lmcioctl.h if_lmcvar.h if_lmc_types.h \
+ if_tlregs.h ncrreg.h pcidevs.h pcidevs_data.h pciidereg.h pciidevar.h \
+ pcireg.h pcivar.h ppbreg.h tgareg.h tgavar.h vga_pcivar.h
.include <bsd.kinc.mk>
Home |
Main Index |
Thread Index |
Old Index