diff options
author | imp <imp@FreeBSD.org> | 2006-02-13 21:25:01 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2006-02-13 21:25:01 +0000 |
commit | 1710784ded936651a849a5611d1a9373d8bd0528 (patch) | |
tree | f5143f76776f9e74388212c8e9b963153fa6d1d8 /share/man | |
parent | 14c058cfc9fc018b69fef67bf8688947c1046cc6 (diff) | |
download | FreeBSD-src-1710784ded936651a849a5611d1a9373d8bd0528.zip FreeBSD-src-1710784ded936651a849a5611d1a9373d8bd0528.tar.gz |
Fix leakage of uncommitted build changes
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man5/Makefile b/share/man/man5/Makefile index 7b1b6ca..6bad51d 100644 --- a/share/man/man5/Makefile +++ b/share/man/man5/Makefile @@ -68,7 +68,7 @@ MLINKS+=quota.user.5 quota.group.5 MLINKS+=resolver.5 resolv.conf.5 MLINKS+=utmp.5 lastlog.5 utmp.5 wtmp.5 -.if ${FBSD_MK_HESIOD} == "yes" +.if defined(YES_HESIOD) MAN+= hesiod.conf.5 .endif |