diff options
Diffstat (limited to 'usr.sbin/usbd/Makefile')
| -rw-r--r-- | usr.sbin/usbd/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/usr.sbin/usbd/Makefile b/usr.sbin/usbd/Makefile new file mode 100644 index 0000000000000..0c74ed535bef3 --- /dev/null +++ b/usr.sbin/usbd/Makefile @@ -0,0 +1,15 @@ +# FIXME have a look at all the other files and align it + +PROG= usbd +MAN= usbd.8 + +# for FreeBSD we need MAN8 instead of MAN +MAN8= usbd.8 + +# This hard coded path is not necessary as soon as we are in the +# base FreeBSD system. The .h files will be in /usr/include by then. +# +CFLAGS += -I../../sys + +.include <bsd.prog.mk> +.include <bsd.subdir.mk> |
