NetBSD/libexec/rlogind/Makefile

10 lines
185 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.7 1997/10/08 09:07:26 mrg Exp $
1994-06-05 17:49:01 +04:00
# from: @(#)Makefile 8.1 (Berkeley) 6/4/93
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>