1d19d7d58SLionel Sambuc# $NetBSD: Makefile,v 1.61 2012/02/07 19:13:31 joerg Exp $ 2d19d7d58SLionel Sambuc# @(#)Makefile 8.1 (Berkeley) 6/4/93 30c3983b2SBen Gras 40c3983b2SBen Gras.include <bsd.own.mk> 50c3983b2SBen Gras 6d19d7d58SLionel SambucSUBDIR= \ 7*340f5e56SDavid van Moolenbroek fingerd ftpd getty httpd \ 8a06e2ab3SBen Gras ld.elf_so \ 993d36fc9SDavid van Moolenbroek rshd \ 10e044bafaSDavid van Moolenbroek telnetd 11d19d7d58SLionel Sambuc 12d19d7d58SLionel Sambuc.if defined(__MINIX) 13d19d7d58SLionel SambucSUBDIR+= makewhatis 14d19d7d58SLionel Sambuc.else 15d19d7d58SLionel Sambuc.if ${MKMAKEMANDB} == "no" 16d19d7d58SLionel SambucSUBDIR+= getNAME makewhatis 17d19d7d58SLionel Sambuc.endif 18d19d7d58SLionel Sambuc.endif # defined(__MINIX) 190c3983b2SBen Gras 200c3983b2SBen Gras.include <bsd.subdir.mk> 21