Source code upload

This commit is contained in:
calmsacibis995
2022-09-29 17:59:04 +03:00
parent 72fa9da3d7
commit 8fc8fa8089
33399 changed files with 11964078 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
#ident "$Header: /proj/irix6.5.7m/isms/eoe/cmd/expr/RCS/Makefile,v 1.18 1998/10/09 04:21:07 leedom Exp $"
include $(ROOT)/usr/include/make/commondefs
YFILES=expr.y
TARGETS=$(YFILES:.y=)
default: $(TARGETS)
.y:
$(YACCF) $@.y
$(CCF) y.tab.c $(LDFLAGS) -o $@
include $(COMMONRULES)
install: default
$(INSTALL) -F /sbin expr
$(INSTALL) -F /usr/bin -lns ../../sbin/expr expr