freebsd_amp_hwpstate/bin/df/Makefile

14 lines
206 B
Makefile

# $FreeBSD$
# @(#)Makefile 8.3 (Berkeley) 5/8/95
PROG= df
SRCS= df.c vfslist.c
BINGRP= operator
BINMODE=2555
MOUNT= ${.CURDIR}/../../sbin/mount
CFLAGS+= -I${MOUNT}
.PATH: ${MOUNT}
.include <bsd.prog.mk>