# makevars : set variables for make

# This is where the distribution lives
BUILDDIR=/usr/src/nfs_0.54

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

# this is where the mount command has to be installed
ETCDIR=/usr/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 = as
LD = gcc
LDFLAGS = -mshort
LIBS = -L$(BUILDDIR)/lib -lrpc -lsocket -liio
AR = ar
ARFLAGS = crs

# standard utilities
CP = /bin/cp
RM = /bin/rm
MV = /bin/mv
INSTALL = /bin/install -m 755
