aboutsummaryrefslogtreecommitdiff
path: root/sbin/devfs/Makefile
blob: 95d2540272e6be5e0af14a2e7b77cb377d547109 (plain) (blame)
1
2
3
4
5
6
7
8
# $FreeBSD$

PROG=	devfs
SRCS=	devfs.c rule.c
MAN=	devfs.8
WARNS?=	5

.include <bsd.prog.mk>