Module Name: src Committed By: plunky Date: Mon Feb 8 07:56:06 UTC 2010
Modified Files:
src/sbin/mount_smbfs: Makefile.inc
Log Message:
use
.if defined(HAVE_GCC) && ${HAVE_GCC} == 4
rather than
.if ${HAVE_GCC} == 4
as HAVE_GCC may be undefined
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sbin/mount_smbfs/Makefile.inc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
