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

LIBS	= -lshadow -ldbm

all: pcnfsd

pcnfsd: pcnfsd.c
	cc -O6 -fomit-frame-pointer -m486 -s -o pcnfsd -DLINUX -DSHADOWPWD pcnfsd.c $(LIBS)
	strip pcnfsd
