New manual page system
[unix-history] / libexec / rlogind / Makefile
# @(#)Makefile 5.9 (Berkeley) 9/27/90
PROG= rlogind
SRCS= rlogind.c
MAN8= rlogind.8
DPADD= ${LIBUTIL}
LDADD= -lutil
.PATH: ${.CURDIR}/../../usr.bin/rlogin
.include <bsd.prog.mk>