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

16 lines
241 B
Makefile

#ident "$Revision: 1.4 $"
include $(ROOT)/usr/include/make/commondefs
TARGETS=newsess
CFILES=newsess.c
LCOPTS=
LLDLIBS=
default:$(TARGETS)
include $(COMMONRULES)
install: default
$(INSTALL) -u root -g sys -m 755 -F /usr/bin $(TARGETS)