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

19 lines
326 B
Makefile

#
# Makefile for cmd/regress/lib/*.sh
#
# "$Revisions$"
include $(ROOT)/usr/include/make/commondefs
SHFILES = error.sh info.sh warning.sh
TARGETS = error info warning
IDB_TAG_SW = noship.sw.regress
default: $(TARGETS)
include $(COMMONRULES)
install: default
$(INSTALL) -F /usr/regress/lib -idb $(IDB_TAG_SW) $(TARGETS)