1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00
freebsd/usr.sbin/usbdevs/Makefile
Dima Dorfman f6751868e4 Set WARNS=2 on programs that compile cleanly with it; add $FreeBSD$
where necessary.

Submitted by:	Mike Barcroft <mike@q9media.com>
2001-06-30 05:39:36 +00:00

9 lines
145 B
Makefile

# $NetBSD: Makefile,v 1.2 1998/07/12 20:40:45 augustss Exp $
# FreeBSD $FreeBSD$
PROG= usbdevs
WARNS?= 2
MAN= usbdevs.8
.include <bsd.prog.mk>