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

27 lines
423 B
Makefile

#!smake
#
#ident $Revision: 1.6 $
BASEVERSION=n32bit
ALTVERSIONS=64bit
include $(ROOT)/usr/include/make/cmdcommondefs
COMMANDS=systune
LCOPTS+= -fullwarn
CFILES=systune.c
default: $(TARGETS)
include $(CMDCOMMONRULES)
n32bitinstall: default
$(INSTALL) -F /usr/sbin $(IDB_TAG32) $(COMMANDS)
$(INSTALL) -F /usr/sbin edstune
64bitinstall: default
$(INSTALL) -F /usr/sbin $(IDB_TAG64) $(COMMANDS)
# DO NOT DELETE