# $NetBSD: Makefile,v 1.10 1995/03/18 14:58:57 cgd Exp $ # @(#)Makefile 8.1 (Berkeley) 6/5/93 PROG= nfsd MAN= nfsd.8 .include # For KERBEROS .if defined(KERBEROS) CFLAGS+=-DKERBEROS LDADD+= -lkrb -ldes DPADD+= ${LIBKRB} ${LIBDES} .endif .include