Add -DDEBUG to DEBUG_FLAGS if PAM_DEBUG is defined.

This commit is contained in:
des 2004-03-15 13:23:20 +00:00
parent 127008a266
commit 950b98f1f7

View File

@ -24,4 +24,8 @@
#
# $FreeBSD$
.ifdef PAM_DEBUG
DEBUG_FLAGS+= -DDEBUG
.endif
SHLIB_MAJOR= 2