c8e93442cc
on machines that don't yet have complete FP support (e.g. MC68LC040)
11 lines
205 B
Makefile
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>
|