diff options
author | peter <peter@FreeBSD.org> | 2003-10-30 22:57:43 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2003-10-30 22:57:43 +0000 |
commit | 446d2f7e9fce7c214100f4e8bc56ecd6274363d3 (patch) | |
tree | d278ee88809e96d4c233c0593521e48979578e53 /usr.sbin/mountd/Makefile | |
parent | 282762c918785ab291ecd9cb1b1d26f1d9200101 (diff) | |
download | FreeBSD-src-446d2f7e9fce7c214100f4e8bc56ecd6274363d3.zip FreeBSD-src-446d2f7e9fce7c214100f4e8bc56ecd6274363d3.tar.gz |
Rename the 'log' variable rather than -fno-builtin-log
Diffstat (limited to 'usr.sbin/mountd/Makefile')
-rw-r--r-- | usr.sbin/mountd/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/mountd/Makefile b/usr.sbin/mountd/Makefile index 308a326..d015160 100644 --- a/usr.sbin/mountd/Makefile +++ b/usr.sbin/mountd/Makefile @@ -5,6 +5,5 @@ PROG= mountd MAN= exports.5 netgroup.5 mountd.8 WARNS?= 2 -CFLAGS+= -fno-builtin-log .include <bsd.prog.mk> |