sh: Avoid possible echo options in a testcase.
[dragonfly.git] / usr.sbin / usbd / Makefile
1 # $FreeBSD: src/usr.sbin/usbd/Makefile,v 1.4.2.1 2001/04/25 12:11:08 ru Exp $
2
3 PROG=   usbd
4 MAN=    usbd.conf.5 usbd.8
5 CFLAGS+=-I${.CURDIR}/../../sys
6
7 .include <bsd.prog.mk>