src/bin/df/Makefile

9 lines
155 B
Makefile

# $OpenBSD: Makefile,v 1.8 2003/05/26 18:02:32 ian Exp $
PROG= df
SRCS= df.c ffs_df.c ext2fs_df.c
LDADD= -lutil
DPADD= ${LIBUTIL}
.include <bsd.prog.mk>