NetBSD/usr.sbin/inetd/Makefile

11 lines
146 B
Makefile
Raw Normal View History

1993-03-21 12:45:37 +03:00
# @(#)Makefile 5.5 (Berkeley) 6/29/90
PROG= inetd
MAN8= inetd.0
MLINKS= inetd.8 inetd.5
1993-06-11 15:35:44 +04:00
DPADD= ${LIBUTIL}
LDADD= -lutil
1993-06-11 04:36:31 +04:00
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>