summaryrefslogtreecommitdiff
path: root/bin/df/Makefile
blob: 39f2fafd4a7ea240c9fd5e6297c3dfcd8aafec59 (plain)
1
2
3
4
5
6
7
8
9
10
#	$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>