NetBSD/bin/df/Makefile

10 lines
170 B
Makefile
Raw Normal View History

1997-07-20 10:01:01 +04:00
# $NetBSD: Makefile,v 1.11 1997/07/20 06:01:01 thorpej Exp $
# @(#)Makefile 8.3 (Berkeley) 5/8/95
1993-03-21 12:45:37 +03:00
PROG= df
BINGRP= operator
BINMODE=2555
1997-07-20 10:01:01 +04:00
WARNS=1
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>