NetBSD/libexec/rlogind/Makefile

10 lines
182 B
Makefile
Raw Normal View History

1994-06-05 17:49:01 +04:00
# from: @(#)Makefile 8.1 (Berkeley) 6/4/93
# $Id: Makefile,v 1.4 1994/06/05 13:57:51 cgd Exp $
1993-03-21 12:45:37 +03:00
PROG= rlogind
MAN8= rlogind.0
DPADD= ${LIBUTIL}
LDADD= -lutil
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>