diff options
author | kremlin- <ian@kremlin.cc> | 2014-06-27 07:21:13 +0800 |
---|---|---|
committer | kremlin- <ian@kremlin.cc> | 2014-06-27 07:21:13 +0800 |
commit | 1e610bb796563611b971b0a7a5046fa0261eb873 (patch) | |
tree | e3583bf13a54fa83b67ae8119c3347061b723fde /Makefile | |
parent | 36961b20f9c3d6698db46c1bea91ed93f7122d9c (diff) | |
download | systembsd-1e610bb796563611b971b0a7a5046fa0261eb873.tar systembsd-1e610bb796563611b971b0a7a5046fa0261eb873.tar.gz systembsd-1e610bb796563611b971b0a7a5046fa0261eb873.tar.bz2 systembsd-1e610bb796563611b971b0a7a5046fa0261eb873.tar.lz systembsd-1e610bb796563611b971b0a7a5046fa0261eb873.tar.xz systembsd-1e610bb796563611b971b0a7a5046fa0261eb873.tar.zst systembsd-1e610bb796563611b971b0a7a5046fa0261eb873.zip |
bring in skeleton conf, add to makefile install target
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -23,3 +23,4 @@ install: _install_conf _install_conf: cp conf/*-dbus.conf /etc/dbus-1/system.d/ + cp conf/systemd_compat.conf /etc/ |