776df1385f
Submitted by: David Hill <david@phobia.ms> Reviewed by: -audit MFC after: 1 week
8 lines
96 B
Makefile
8 lines
96 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= users
|
|
WARNS?= 2
|
|
|
|
.include <bsd.prog.mk>
|