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

16 lines
274 B
Makefile

#ident "$Revision: 1.2 $"
include $(ROOT)/usr/include/make/commondefs
CFILES=renice.c
TARGETS=renice
LLDLIBS=-lbsd
default:$(TARGETS)
include $(COMMONRULES)
install: default
${INSTALL} -F /usr/sbin $(TARGETS)
$(INSTALL) -F /etc -lns ../usr/sbin/$(TARGETS) $(TARGETS)