9 lines
170 B
Makefile
9 lines
170 B
Makefile
# from: @(#)Makefile 5.5 (Berkeley) 6/29/90
|
|
# $Id: Makefile,v 1.6 1994/12/22 11:34:42 cgd Exp $
|
|
|
|
PROG= inetd
|
|
MAN= inetd.8
|
|
MLINKS= inetd.8 inetd.5
|
|
|
|
.include <bsd.prog.mk>
|