13 lines
212 B
Makefile
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)
|