diff options
Diffstat (limited to 'usr.sbin/amd/config/Makefile.config')
-rw-r--r-- | usr.sbin/amd/config/Makefile.config | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.sbin/amd/config/Makefile.config b/usr.sbin/amd/config/Makefile.config index a3a746b7f16..e7b692c60cc 100644 --- a/usr.sbin/amd/config/Makefile.config +++ b/usr.sbin/amd/config/Makefile.config @@ -1,7 +1,9 @@ # from: @(#)Makefile.config 8.1 (Berkeley) 6/6/93 -# $Id: Makefile.config,v 1.1 1995/10/18 08:47:13 deraadt Exp $ +# $Id: Makefile.config,v 1.2 1996/09/04 22:52:08 deraadt Exp $ # +.include <bsd.own.mk> + OS = bsd44 # @@ -42,7 +44,9 @@ OS = bsd44 # Also define HAS_NIS_RELOAD to include map # enumeration code implementing "cache:=all" # +.if defined(YP) HAS_NIS_MAPS = -DHAS_NIS_MAPS -DHAS_NIS_RELOAD +.endif # # Include support for file maps |