9 lines
163 B
Makefile
9 lines
163 B
Makefile
# from: @(#)Makefile 5.3 (Berkeley) 5/11/90
|
|
# $Id: Makefile,v 1.2 1993/07/31 15:17:59 mycroft Exp $
|
|
|
|
PROG= quota
|
|
BINOWN= root
|
|
BINMODE=4555
|
|
|
|
.include <bsd.prog.mk>
|