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

16 lines
251 B
Makefile

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