9 lines
162 B
Makefile
9 lines
162 B
Makefile
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $Id: Makefile,v 1.3 1994/06/13 21:33:03 mycroft Exp $
|
|
|
|
PROG= quota
|
|
BINOWN= root
|
|
BINMODE=4555
|
|
|
|
.include <bsd.prog.mk>
|