#	@(#)makefile	3.4	3/23/87
#

#LIBS	= -lrpclib

all: pcnfsd

pcnfsd: pcnfsd.c
	cc -O6 -o pcnfsd -DLINUX pcnfsd.c $(LIBS)
	strip pcnfsd
