NetBSD/bin/df/Makefile
fair c8e93442cc Fix PR#3590 - remove floating point calculation from df to avoid faulting
on machines that don't yet have complete FP support (e.g. MC68LC040)
1998-04-08 23:16:37 +00:00

11 lines
205 B
Makefile

# $NetBSD: Makefile,v 1.13 1998/04/08 23:16:37 fair Exp $
# @(#)Makefile 8.3 (Berkeley) 5/8/95
PROG= df
BINGRP= operator
BINMODE=2555
.PATH: ${.CURDIR}/../csh
SRCS= df.c strpct.c
.include <bsd.prog.mk>