Home | History | Annotate | Line # | Download | only in libexec
Makefile revision 1.35
      1  1.35    aidan #	$NetBSD: Makefile,v 1.35 1999/08/06 22:49:06 aidan Exp $
      2  1.27      mrg #	@(#)Makefile	8.1 (Berkeley) 6/4/93
      3  1.19      cgd 
      4  1.33       tv SUBDIR=	atrun comsat fingerd ftpd getNAME getty identd ld.aout_so \
      5  1.34  thorpej 	ld.elf_so lfs_cleanerd mail.local makekey makewhatis rexecd \
      6  1.34  thorpej 	rlogind rmail rshd rpc.rquotad rpc.rstatd rpc.rusersd rpc.rwalld \
      7  1.34  thorpej 	rpc.sprayd talkd telnetd tftpd uucpd
      8  1.35    aidan 
      9  1.35    aidan .if defined(CRYPTOPATH)
     10  1.35    aidan .sinclude "${CRYPTOPATH}/libexec/Makefile.frag"
     11  1.35    aidan .endif
     12   1.1      cgd 
     13   1.1      cgd .include <bsd.subdir.mk>
     14