10 lines
331 B
Makefile
10 lines
331 B
Makefile
# from: @(#)Makefile 5.7 (Berkeley) 4/1/91
|
|
# $Id: Makefile,v 1.16 1994/06/24 07:45:03 deraadt Exp $
|
|
|
|
SUBDIR= atrun bootpd comsat fingerd ftpd getNAME getty identd \
|
|
mail.local makekey makewhatis rexecd rlogind rshd rpc.rquotad \
|
|
rpc.rstatd rpc.rusersd rpc.rwalld rpc.sprayd talkd telnetd \
|
|
tftpd uucpd
|
|
|
|
.include <bsd.subdir.mk>
|