[BACK]Return to Makefile.inc CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

File: [local] / src / usr.bin / ssh / Makefile.inc (download)

Revision 1.7, Sun Oct 3 17:58:16 1999 UTC (24 years, 8 months ago) by deraadt
Branch: MAIN
Changes since 1.6: +2 -0 lines

clean the minfd junk

CFLAGS+=	-I${.OBJDIR} -I${.CURDIR}/..

CLEANFILES=	gen_minfd minfd.h

.include <bsd.own.mk> # for KERBEROS and AFS

.if (${KERBEROS} == "yes")
CFLAGS+= -DKRB4 -I/usr/include/kerberosIV
LDADD+=	 -lkrb
DPADD+=	 ${LIBKRB}
.if (${AFS} == "yes")
CFLAGS+= -DAFS
LDADD+=  -lkafs
DPADD+=  ${LIBKRBAFS}
.endif # AFS
.endif # KERBEROS

USER_SHELLS = sh jsh ksh csh tcsh bash zsh ash