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

15 lines
245 B
Makefile

#!smake
#ident "$Revision: 1.14 $"
include $(ROOT)/usr/include/make/commondefs
TARGETS=grep
default: $(TARGETS)
include $(COMMONRULES)
install: default
$(INSTALL) -F /sbin $(TARGETS)
$(INSTALL) -F /usr/bin -lns ../../sbin/grep $(TARGETS)