Home | History | Annotate | Line # | Download | only in libexec
Makefile revision 1.60.4.1
      1  1.60.4.1      yamt #	$NetBSD: Makefile,v 1.60.4.1 2012/04/17 00:05:35 yamt Exp $
      2      1.27       mrg #	@(#)Makefile	8.1 (Berkeley) 6/4/93
      3      1.36     aidan 
      4      1.38   thorpej .include <bsd.own.mk>
      5      1.38   thorpej 
      6      1.58  gmcgarry SUBDIR= atrun \
      7  1.60.4.1      yamt 	comsat fingerd ftpd getty httpd identd ld.aout_so \
      8  1.60.4.1      yamt 	ld.elf_so lfs_cleanerd mail.local makekey rexecd \
      9      1.50  christos 	rlogind rshd rpc.rquotad rpc.rstatd rpc.rusersd rpc.rwalld \
     10      1.51  christos 	rpc.sprayd talkd telnetd tftpd utmp_update
     11      1.35     aidan 
     12  1.60.4.1      yamt .if ${MKMAKEMANDB} == "no"
     13  1.60.4.1      yamt SUBDIR+= getNAME makewhatis
     14  1.60.4.1      yamt .endif
     15  1.60.4.1      yamt 
     16       1.1       cgd .include <bsd.subdir.mk>
     17