Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/libexec/Makefile,v rcsdiff: /ftp/cvs/cvsroot/src/libexec/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.60 retrieving revision 1.61 diff -u -p -r1.60 -r1.61 --- src/libexec/Makefile 2011/04/15 18:05:45 1.60 +++ src/libexec/Makefile 2012/02/07 19:13:31 1.61 @@ -1,12 +1,16 @@ -# $NetBSD: Makefile,v 1.60 2011/04/15 18:05:45 elric Exp $ +# $NetBSD: Makefile,v 1.61 2012/02/07 19:13:31 joerg Exp $ # @(#)Makefile 8.1 (Berkeley) 6/4/93 .include SUBDIR= atrun \ - comsat fingerd ftpd getNAME getty httpd identd ld.aout_so \ - ld.elf_so lfs_cleanerd mail.local makekey makewhatis rexecd \ + comsat fingerd ftpd getty httpd identd ld.aout_so \ + ld.elf_so lfs_cleanerd mail.local makekey rexecd \ rlogind rshd rpc.rquotad rpc.rstatd rpc.rusersd rpc.rwalld \ rpc.sprayd talkd telnetd tftpd utmp_update +.if ${MKMAKEMANDB} == "no" +SUBDIR+= getNAME makewhatis +.endif + .include