8 lines
151 B
Makefile
8 lines
151 B
Makefile
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $Id: Makefile,v 1.4 1994/12/22 11:40:19 cgd Exp $
|
|
|
|
PROG= repquota
|
|
MAN= repquota.8
|
|
|
|
.include <bsd.prog.mk>
|