1 1.9 he # $NetBSD: Makefile,v 1.9 2005/03/04 20:41:09 he 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.8 christos WARNS=3 7 1.1 cgd PROG= rexecd 8 1.5 cgd MAN= rexecd.8 9 1.8 christos 10 1.8 christos .if ${USE_PAM} != "no" 11 1.8 christos 12 1.8 christos CPPFLAGS+= -DUSE_PAM -DPAM_DEBUG 13 1.9 he LDADD+= -lpam ${PAM_STATIC_LDADD} 14 1.9 he DPADD+= ${LIBPAM} ${PAM_STATIC_DPADD} 15 1.8 christos 16 1.8 christos .else 17 1.8 christos 18 1.4 cgd LDADD+= -lcrypt 19 1.2 cgd DPADD+= ${LIBCRYPT} 20 1.1 cgd 21 1.8 christos .endif 22 1.8 christos 23 1.1 cgd .include <bsd.prog.mk> 24