#	@(#)makefile	3.4	3/23/87
#
all: pcnfsd

pcnfsd: pcnfsd.c
	cc -O -o pcnfsd pcnfsd.c
	strip pcnfsd
