diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2020-03-26 17:34:17 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2020-03-26 17:34:17 +0000 |
commit | daa006f84b304aa8ea03ea335479cffdc40c9d43 (patch) | |
tree | a059d18e7a00da5bbd87e041a85635f8b88600ce /usr.bin | |
parent | 6dce2be1c72245eb975978cffcb2e0b4144d6d96 (diff) | |
download | src-test2-daa006f84b304aa8ea03ea335479cffdc40c9d43.tar.gz src-test2-daa006f84b304aa8ea03ea335479cffdc40c9d43.zip |
Notes
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/kyua/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/kyua/Makefile b/usr.bin/kyua/Makefile index 0c4564041cb0..886aaa250906 100644 --- a/usr.bin/kyua/Makefile +++ b/usr.bin/kyua/Makefile @@ -28,11 +28,14 @@ CFLAGS+= -I${KYUA_SRCDIR} # kyua uses auto_ptr CFLAGS+= -Wno-deprecated-declarations -FILESGROUPS= EXAMPLES MISC STORE +FILESGROUPS= DOCS EXAMPLES MISC STORE CONFS= kyua.conf CONFSDIR= ${KYUA_CONFDIR} +DOCS= AUTHORS CONTRIBUTORS LICENSE +DOCSDIR= ${KYUA_DOCDIR} + EXAMPLES= Kyuafile.top kyua.conf EXAMPLESDIR= ${KYUA_EGDIR} .PATH: ${KYUA_SRCDIR}/examples |