1 1.10 lukem # $NetBSD: Makefile,v 1.10 2009/03/16 02:24:56 lukem Exp $ 2 1.6 mrg # from @(#)Makefile 8.1 (Berkeley) 6/4/93 3 1.1 cgd 4 1.8 christos .include <bsd.own.mk> 5 1.8 christos 6 1.1 cgd PROG= rexecd 7 1.5 cgd MAN= rexecd.8 8 1.8 christos 9 1.8 christos .if ${USE_PAM} != "no" 10 1.8 christos 11 1.8 christos CPPFLAGS+= -DUSE_PAM -DPAM_DEBUG 12 1.9 he LDADD+= -lpam ${PAM_STATIC_LDADD} 13 1.9 he DPADD+= ${LIBPAM} ${PAM_STATIC_DPADD} 14 1.8 christos 15 1.8 christos .else 16 1.8 christos 17 1.4 cgd LDADD+= -lcrypt 18 1.2 cgd DPADD+= ${LIBCRYPT} 19 1.1 cgd 20 1.8 christos .endif 21 1.8 christos 22 1.1 cgd .include <bsd.prog.mk> 23