NetBSD/bin/df/Makefile

10 lines
180 B
Makefile
Raw Normal View History

1993-08-01 09:47:31 +04:00
# from: @(#)Makefile 5.3 (Berkeley) 5/11/90
1994-01-28 03:22:37 +03:00
# $Id: Makefile,v 1.7 1994/01/28 00:22:37 cgd Exp $
1993-03-21 12:45:37 +03:00
PROG= df
CFLAGS+=-DCOMPAT_43
BINGRP= operator
BINMODE=2555
.include <bsd.prog.mk>