mirror of
https://github.com/phabrics/Run-Sun3-SunOS-4.1.1.git
synced 2026-04-29 19:12:58 -04:00
15 lines
282 B
Makefile
15 lines
282 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
# Makefile.am for The Machine Emulator tme/scsi/:
|
|
|
|
AUTOMAKE_OPTIONS = 1.4 gnu
|
|
|
|
tmescsidir = $(pkgincludedir)/scsi
|
|
|
|
tmescsi_HEADERS = \
|
|
scsi-disk.h \
|
|
scsi-tape.h \
|
|
scsi-cdrom.h \
|
|
scsi-msg.h \
|
|
scsi-cdb.h \
|
|
scsi-device.h
|