diff options
Diffstat (limited to 'sbin/kldunload/Makefile')
-rw-r--r-- | sbin/kldunload/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sbin/kldunload/Makefile b/sbin/kldunload/Makefile index c0edca7..1a25a02 100644 --- a/sbin/kldunload/Makefile +++ b/sbin/kldunload/Makefile @@ -29,6 +29,4 @@ PROG= kldunload MAN= kldunload.8 -CFLAGS+=-I${.CURDIR}/../../sys - .include <bsd.prog.mk> |