NetBSD/bin/df/Makefile

11 lines
205 B
Makefile
Raw Normal View History

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