freebsd-nq/bin/df/Makefile

14 lines
261 B
Makefile
Raw Normal View History

# $Id: Makefile,v 1.5 1997/03/13 17:29:08 bde Exp $
# @(#)Makefile 8.3 (Berkeley) 5/8/95
1994-05-26 06:18:55 +00:00
PROG= df
SRCS= df.c vfslist.c
1994-05-26 06:18:55 +00:00
BINGRP= operator
BINMODE=2555
MOUNT= ${.CURDIR}/../../sbin/mount
CFLAGS+= -I${MOUNT} -D_NEW_VFSCONF
.PATH: ${MOUNT}
1994-05-26 06:18:55 +00:00
.include <bsd.prog.mk>