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

17 lines
301 B
Makefile

#!smake
# "$Revision: 1.2 $"
include $(ROOT)/usr/include/make/commondefs
TARGETS=ctest
LLDOPTS=-Wl,-I,$(ROOTRLDNAME)
LCOPTS=-fullwarn
default: $(TARGETS)
include $(COMMONRULES)
install: default
# $(INSTALL) -F /sbin $(TARGETS)
# $(INSTALL) -F /usr/bin -lns ../../sbin/$(TARGETS) $(TARGETS)