2002-08-19 13:56:00 +04:00
|
|
|
# $NetBSD: Makefile,v 1.15 2002/08/19 09:56:01 lukem Exp $
|
1997-01-09 06:56:31 +03:00
|
|
|
# @(#)Makefile 8.3 (Berkeley) 5/8/95
|
1993-03-21 12:45:37 +03:00
|
|
|
|
2002-08-19 13:56:00 +04:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
PROG= df
|
2002-08-19 13:56:00 +04:00
|
|
|
.PATH: ${NETBSDSRCDIR}/bin/csh
|
1998-04-09 03:16:37 +04:00
|
|
|
SRCS= df.c strpct.c
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|