#
# Makefile for code shared between the nfsv4 filesystem and nfsv4 server.
#
# Note! Dependencies are done automagically by 'make dep', which also
# removes any old dependencies. DON'T put your own dependencies here
# unless it's something special (not a .c file).
#
# Note 2! The CFLAGS definitions are now in the main makefile.

O_TARGET := nfs4.o
O_OBJS := util.o gss.o xdr.o xdr_array.o xdr_reference.o xdr_clnt.o xdr_svc.o nfs4_prot_xdr.o
OX_OBJS := nfs4_syms.o

M_OBJS   := $(O_TARGET)

include $(TOPDIR)/Rules.make
