blob: a418d46922f1d38137c45f2ad6adc1b113784a7a (
plain)
1
2
3
4
5
6
7
8
9
|
# from: @(#)Makefile 5.7 (Berkeley) 4/1/91
# $Id: Makefile,v 1.2 1995/10/23 07:44:22 deraadt Exp $
SUBDIR= atrun comsat fingerd ftpd getNAME getty identd lfs_cleanerd \
mail.local makekey makewhatis rexecd rlogind rshd rpc.rquotad \
rpc.rstatd rpc.rusersd rpc.rwalld rpc.sprayd rpc.yppasswdd \
talkd telnetd tftpd uucpd
.include <bsd.subdir.mk>
|