Added Net/2 and POSIX compatible option '-k' which forces block
[unix-history] / usr.bin / du / Makefile
# @(#)Makefile 5.4 (Berkeley) 3/1/92
PROG= du
SRCS= du.c getbsize.c
.PATH: ${.CURDIR}/../../bin/df
.include <bsd.prog.mk>