diff options
Diffstat (limited to 'usr.bin/fstat/Makefile')
-rw-r--r-- | usr.bin/fstat/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/fstat/Makefile b/usr.bin/fstat/Makefile index ae51fb6..6cf4c59 100644 --- a/usr.bin/fstat/Makefile +++ b/usr.bin/fstat/Makefile @@ -4,7 +4,6 @@ PROG= fstat SRCS= cd9660.c fstat.c msdosfs.c CFLAGS+=-Wall -CFLAGS+=-I${.CURDIR}/../../sys DPADD= ${LIBKVM} LDADD= -lkvm BINGRP= kmem |