Files
Arquivotheca.SunOS-4.1.4/sys/scsi/adapters/Makefile
seta75D ff309bfe1c Init
2021-10-11 18:37:13 -03:00

18 lines
248 B
Makefile

#
# @(#)Makefile 1.1 94/10/31 SMI
#
HDIR = $(DESTDIR)/usr/include/scsi/adapters
CSRC =
HFILES = espreg.h screg.h espvar.h
all: $(HFILES)
install:
install_h: all
rm -rf $(HDIR)
install -d -m 755 $(HDIR)
install -m 444 $(HFILES) $(HDIR)
FRC: