diff options
Diffstat (limited to 'bin/df/Makefile')
-rw-r--r-- | bin/df/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/df/Makefile b/bin/df/Makefile index 8f9f528..c054d29 100644 --- a/bin/df/Makefile +++ b/bin/df/Makefile @@ -10,6 +10,9 @@ SRCS= df.c vfslist.c CFLAGS+= -I${MOUNT} +CFLAGS+= -DMOUNT_CHAR_DEVS +SRCS+= getmntopts.c + LIBADD= xo util .include <bsd.prog.mk> |