Customize the code to make it compile nicely.
[dragonfly.git] / lib / pam_module / pam_cleartext_pass_ok / Makefile
blob1b606cf5eba6a4988c10ede2440f4f6f9ed00a58
1 # $DragonFly: src/lib/pam_module/pam_cleartext_pass_ok/Makefile,v 1.3 2005/07/28 19:25:40 joerg Exp $
3 LIB= pam_cleartext_pass_ok
4 SRCS= pam_cleartext_pass_ok.c
5 WARNS?= 6
6 NOMAN=
8 DPADD= ${LIBSKEY}
9 LDADD= -lskey
11 .include <bsd.lib.mk>