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

LIBS	= -lrpc -lport -lsocket -lc

all: pcnfsd

pcnfsd: pcnfsd.c
	gcc -o pcnfsd -DMINT -DDEBUG pcnfsd.c $(LIBS)
	fixstk 16k pcnfsd	
