mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-22 11:17:19 +00:00
d73796c5cf
Submitted by: Maxime Henrion <mux@qualys.com> MFC after: 2 weeks
10 lines
114 B
Makefile
10 lines
114 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= edquota
|
|
MAN= edquota.8
|
|
|
|
WARNS?= 2
|
|
|
|
.include <bsd.prog.mk>
|