9 lines
171 B
Makefile
9 lines
171 B
Makefile
# from: @(#)Makefile 5.5 (Berkeley) 6/29/90
|
|
# $Id: Makefile,v 1.5 1994/01/28 00:52:03 cgd Exp $
|
|
|
|
PROG= inetd
|
|
MAN8= inetd.0
|
|
MLINKS= inetd.8 inetd.5
|
|
|
|
.include <bsd.prog.mk>
|