1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
freebsd/bin/df/Makefile

15 lines
194 B
Makefile
Raw Normal View History

# @(#)Makefile 8.3 (Berkeley) 5/8/95
# $FreeBSD$
1994-05-26 06:18:55 +00:00
MOUNT= ${.CURDIR}/../../sbin/mount
.PATH: ${MOUNT}
1994-05-26 06:18:55 +00:00
PROG= df
SRCS= df.c vfslist.c
1994-05-26 06:18:55 +00:00
CFLAGS+= -I${MOUNT}
LIBADD= xo util
1994-05-26 06:18:55 +00:00
.include <bsd.prog.mk>