10 lines
320 B
Makefile
10 lines
320 B
Makefile
# from: @(#)Makefile 5.7 (Berkeley) 4/1/91
|
|
# $Id: Makefile,v 1.17 1994/06/27 21:40:42 gwr Exp $
|
|
|
|
SUBDIR= atrun 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>
|