Makefile
382 Bytes
#!smake
#
# Makefile for tool to print ram start lba of the given disk type
#
PRDEPTH = ../..
include $(PRDEPTH)/PRdefs
OPTIMIZER = -g
TARGETS= ramstart
CFILES = ramstart.c
LCINCS = -I. -I$(PRDEPTH)/include
#LCOPTS = -fullwarn -D_DEBUG
LCOPTS = -fullwarn
LDIRT=
default: $(TARGETS)
include $(COMMONRULES)
exports install: default
$(INSTALL) -m 555 -F /usr/sbin $(TARGETS)