diff options
Diffstat (limited to 'bin/df/Makefile')
-rw-r--r-- | bin/df/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/df/Makefile b/bin/df/Makefile index f3935e7ba9d..0a79ba29be6 100644 --- a/bin/df/Makefile +++ b/bin/df/Makefile @@ -1,6 +1,8 @@ -# $OpenBSD: Makefile,v 1.7 2003/02/19 08:48:06 tedu Exp $ +# $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> |