freebsd-dev/usr.bin/users/Makefile
Pietro Cerutti 33aa643fa0 Reimplements users(1) in C++.
This reduces the lines of code by roughly 50% (not counting the COPYRIGHT
header) and makes it more readable by using standard algorithms.

Approved by:	bapt
2014-07-10 12:15:02 +00:00

8 lines
100 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/6/93
# $FreeBSD$
WARNS= 3
PROG_CXX= users
.include <bsd.prog.mk>