1
0
Files
2022-09-29 17:59:04 +03:00

17 lines
323 B
Makefile

#
# Makefile for the gettapedev commmand used by the RESTORE shell script
#
include $(ROOT)/usr/include/make/commondefs
LLDOPTS=-Wl,-I,$(ROOTRLDNAME)
TARGETS = gettapedev
default: $(TARGETS)
include $(COMMONRULES)
install: default
$(INSTALL) -F /sbin $(TARGETS)
$(INSTALL) -F /etc -lns ../sbin/$(TARGETS) $(TARGETS)