0a5f38d4b1
particular implementation is based on the Solaris logins(1) man page.
7 lines
60 B
Makefile
7 lines
60 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= logins
|
|
WARNS?= 6
|
|
|
|
.include <bsd.prog.mk>
|