From 9f887a80cf7e08acee531f96f925dd701b1b12c2 Mon Sep 17 00:00:00 2001 From: "Tim J. Robbins" Date: Thu, 14 Nov 2002 10:00:01 +0000 Subject: [PATCH] Install devd.conf(5). --- sbin/devd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/devd/Makefile b/sbin/devd/Makefile index 899cf3ca6c3a..5177c56bd926 100644 --- a/sbin/devd/Makefile +++ b/sbin/devd/Makefile @@ -2,7 +2,7 @@ PROG= devd SRCS= devd.c token.l parse.y y.tab.h -MAN= devd.8 +MAN= devd.8 devd.conf.5 WARNS?= 5 DPADD= ${LIBL}