9 lines
163 B
Makefile
9 lines
163 B
Makefile
# from: @(#)Makefile 8.2 (Berkeley) 4/1/94
|
|
# $Id: Makefile,v 1.8 1994/09/16 20:59:27 mycroft Exp $
|
|
|
|
PROG= df
|
|
BINGRP= operator
|
|
BINMODE=2555
|
|
|
|
.include <bsd.prog.mk>
|