freebsd-dev/usr.bin/logins/Makefile
des bbc3533e27 Add a logins(1) utility similar to that found in SVr4 derivatives. This
particular implementation is based on the Solaris logins(1) man page.
2004-03-06 21:57:29 +00:00

7 lines
60 B
Makefile

# $FreeBSD$
PROG= logins
WARNS?= 6
.include <bsd.prog.mk>