NetBSD/libexec/rlogind/Makefile

10 lines
181 B
Makefile
Raw Normal View History

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