diff options
-rw-r--r-- | etc/Makefile | 1 | ||||
-rw-r--r-- | sbin/ddb/Makefile | 1 | ||||
-rw-r--r-- | sbin/ddb/ddb.conf (renamed from etc/ddb.conf) | 0 |
3 files changed, 1 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile index 53ff1305a70e..dad095e43bee 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -15,7 +15,6 @@ SUBDIR+=sendmail BIN1= crontab \ devd.conf \ devfs.conf \ - ddb.conf \ dhclient.conf \ disktab \ fbtab \ diff --git a/sbin/ddb/Makefile b/sbin/ddb/Makefile index 44d002d6c229..f1bf75e41b36 100644 --- a/sbin/ddb/Makefile +++ b/sbin/ddb/Makefile @@ -1,5 +1,6 @@ # $FreeBSD$ +CONFS= ddb.conf PACKAGE=runtime PROG= ddb SRCS= ddb.c ddb_capture.c ddb_script.c diff --git a/etc/ddb.conf b/sbin/ddb/ddb.conf index a793705c6585..a793705c6585 100644 --- a/etc/ddb.conf +++ b/sbin/ddb/ddb.conf |