diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2017-02-17 12:52:38 -0600 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2017-02-18 15:52:28 -0600 |
commit | 9047ea4cb0d0e5e27704369380e128d26c3e86b2 (patch) | |
tree | 387420ba6318711d9d8050eba4b9d375d4b4b234 /Makefile | |
parent | d7f5a696c173e7af67dd4b3f90744e0a056441e1 (diff) |
install support files
These files have been in the distribution for some time but haven't been
installed. They are good examples of how to do things, so we should
install them.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ MK= ${TOP}/mk include ${TOP}/Makefile.inc -SUBDIR= conf.d etc init.d local.d man scripts sh src sysctl.d +SUBDIR= conf.d etc init.d local.d man scripts sh src support sysctl.d # Build pkgconfig or not MKPKGCONFIG?= yes |