1#
2# $FreeBSD$
3#
4.PATH: ${.CURDIR}/../..
5PROG=	device_list
6MAN=
7SRCS=	device_list.c
8
9.include <bsd.prog.mk>
10