28644e448a
Pointed out by: bde
9 lines
113 B
Makefile
9 lines
113 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= edquota
|
|
WARNS?= 2
|
|
MAN= edquota.8
|
|
|
|
.include <bsd.prog.mk>
|