10 lines
184 B
Makefile
10 lines
184 B
Makefile
# from: @(#)Makefile 5.3 (Berkeley) 5/11/90
|
|
# $Id: Makefile,v 1.4 1993/08/01 05:47:43 mycroft Exp $
|
|
|
|
PROG= df
|
|
CFLAGS+=-DCOMPAT_43
|
|
BINGRP= operator
|
|
BINMODE=2555
|
|
|
|
.include <bsd.prog.mk>
|