Corrected msgs.c that it does function now, thanks to mte@hpy.fi.
[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>