Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/scsipi add ses.h to list of includes



details:   https://anonhg.NetBSD.org/src/rev/32d68a702b27
branches:  trunk
changeset: 482727:32d68a702b27
user:      mjacob <mjacob%NetBSD.org@localhost>
date:      Sun Feb 20 07:39:41 2000 +0000

description:
add ses.h to list of includes

diffstat:

 sys/dev/scsipi/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 86405d352b2b -r 32d68a702b27 sys/dev/scsipi/Makefile
--- a/sys/dev/scsipi/Makefile   Sun Feb 20 07:38:48 2000 +0000
+++ b/sys/dev/scsipi/Makefile   Sun Feb 20 07:39:41 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1 1998/06/12 23:22:55 cgd Exp $
+#      $NetBSD: Makefile,v 1.2 2000/02/20 07:39:41 mjacob Exp $
 
 INCSDIR= /usr/include/dev/scsipi
 
@@ -6,6 +6,6 @@
        scsi_cd.h scsi_changer.h scsi_ctron_ether.h scsi_disk.h \
        scsi_message.h scsi_scanner.h scsi_tape.h scsiconf.h scsipi_all.h \
        scsipi_base.h scsipi_cd.h scsipi_debug.h scsipi_disk.h scsipiconf.h \
-       sdvar.h ss_mustek.h ssvar.h
+       sdvar.h ses.h ss_mustek.h ssvar.h
 
 .include <bsd.kinc.mk>



Home | Main Index | Thread Index | Old Index