This commit is contained in:
seta75D
2021-10-11 18:37:13 -03:00
commit ff309bfe1c
14130 changed files with 3180272 additions and 0 deletions

18
sys/scsi/generic/Makefile Normal file
View File

@@ -0,0 +1,18 @@
#
# @(#)Makefile 1.1 94/10/31 SMI
#
HDIR = $(DESTDIR)/usr/include/scsi/generic
CSRC =
HFILES = commands.h dad_mode.h inquiry.h message.h mode.h sense.h status.h
SUBDIR =
all: $(HFILES)
install:
install_h: all
rm -rf $(HDIR)
install -d -m 755 $(HDIR)
install -m 444 $(HFILES) $(HDIR)
FRC: