mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 15:45:21 +00:00
b651906972
Tested with: make tinderbox MFC after: 2 weeks
10 lines
117 B
Makefile
10 lines
117 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= edquota
|
|
MAN= edquota.8
|
|
|
|
LIBADD= util
|
|
|
|
.include <bsd.prog.mk>
|