1
0
Files
irix-657m-src/eoe/cmd/bstream/Makefile
2022-09-29 17:59:04 +03:00

13 lines
212 B
Makefile

# Makefile for bstream - the tape streaming filter
include $(ROOT)/usr/include/make/commondefs
TARGETS=bstream
default: $(TARGETS)
include $(COMMONRULES)
install: default
$(INSTALL) -F /usr/sbin $(TARGETS)