Makefile
512 Bytes
#!smake
#
# Makefile to install 'nld' binary
#
# nld image and src - howardc Thu Apr 20 12:20:39 PDT 1995
#
# 602 MRed ld, from elxsi:/usr/lib/ld, a 602 installed machine
#
# srctree is on sahara.mti:/cmplrs.src/v6.02MR
#
PRDEPTH = ../..
include $(PRDEPTH)/PRdefs
TARGETS=nld gdis gnm r4300_check
default: $(TARGETS)
include $(COMMONRULES)
.SUFFIXES: .uu
.uu:
uudecode $<
chmod 775 $@
exports install! default
$(INSTALL) -m 755 -F /usr/lib/PR nld
$(INSTALL) -m 755 -F /usr/sbin gnm gdis r4300_check