9 lines
303 B
Makefile
9 lines
303 B
Makefile
# from: @(#)Makefile 5.7 (Berkeley) 4/1/91
|
|
# $Id: Makefile,v 1.15 1994/04/18 05:15:42 glass Exp $
|
|
|
|
SUBDIR= atrun bootpd comsat fingerd ftpd getNAME getty identd \
|
|
mail.local makekey makewhatis rexecd rlogind rshd rpc.rstatd \
|
|
rpc.rusersd rpc.rwalld talkd telnetd tftpd uucpd
|
|
|
|
.include <bsd.subdir.mk>
|