xref: /freebsd/usr.bin/keylogin/Makefile (revision d0b2dbfa)
1
2PROG=	keylogin
3
4LIBADD=	rpcsvc
5
6.include <bsd.prog.mk>
7