# makevars : set variables for make

# This is where the distribution lives
BUILDDIR=/home/uk/c/nfs-050

# this is where the xfs has to be installed
MINTDIR=/c/multitos

# this is where the mount command has to be installed
ETCDIR=/etc

# this is where the mountd and nfsd have to be installed
USRETCDIR=/usr/etc

# Compiler etc.
CC = gcc
CFLAGS = -mshort -Wall -I$(BUILDDIR)/lib -O2
AS = gcc-as
LD = gcc
LDFLAGS = -mshort
LIBS = -L$(BUILDDIR)/lib -lrpc16 -lsocket16 -liio16
AR = gcc-ar
ARFLAGS = crs

# standard utilities
CP = /bin/cp
RM = /bin/rm
INSTALL = /bin/install -m 750
