diff options
author | Brad Davis <brd@FreeBSD.org> | 2018-08-11 13:25:39 +0000 |
---|---|---|
committer | Brad Davis <brd@FreeBSD.org> | 2018-08-11 13:25:39 +0000 |
commit | cea9c033f2db7b768bc48fe5c3e8d140d23da4e2 (patch) | |
tree | 51db09c0e8360e2ddaffef0991756bd7e5532a41 /sbin/ddb/Makefile | |
parent | 9584f61992f90d1099bcbcc00b03d2fd8d201c63 (diff) | |
download | src-cea9c033f2db7b768bc48fe5c3e8d140d23da4e2.tar.gz src-cea9c033f2db7b768bc48fe5c3e8d140d23da4e2.zip |
Move ddb.conf to sbin/ddb/ and switch to CONFS.
This helps pkgbase as this config file will now be tagged as a config file.
Approved by: allanjude (mentor)
Differential Revision: https://reviews.freebsd.org/D16675
Notes
Notes:
svn path=/head/; revision=337623
Diffstat (limited to 'sbin/ddb/Makefile')
-rw-r--r-- | sbin/ddb/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |