diff options
author | Christian Hesse <mail@eworm.de> | 2015-12-21 09:24:18 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2015-12-21 09:24:18 +0100 |
commit | efc8653ecd567197ef60ebd3386ffd77d5b74a4d (patch) | |
tree | 7ea3da120c6af86e9b067b9fc44ef2584aef2e5a /Makefile | |
parent | a9e268bf2e9b3103ad03f55812ef0584f5bc28fd (diff) | |
download | dyndhcpd-efc8653ecd567197ef60ebd3386ffd77d5b74a4d.tar.gz dyndhcpd-efc8653ecd567197ef60ebd3386ffd77d5b74a4d.tar.zst |
make systemd unit require the network device
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,9 +30,9 @@ install: install-bin install-doc install-bin: dyndhcpd $(INSTALL) -D -m0755 dyndhcpd $(DESTDIR)/usr/bin/dyndhcpd - $(INSTALL) -D -m0644 dyndhcpd@.service $(DESTDIR)/usr/lib/systemd/system/dyndhcpd@.service $(INSTALL) -D -m0644 config/dhcpd.conf $(DESTDIR)/etc/dyndhcpd/dhcpd.conf $(INSTALL) -D -m0644 config/ipxe-options.conf $(DESTDIR)/etc/dyndhcpd/ipxe-options.conf + $(INSTALL) -D -m0644 systemd/dyndhcpd@.service $(DESTDIR)/usr/lib/systemd/system/dyndhcpd@.service install-doc: README.html $(INSTALL) -D -m0644 README.md $(DESTDIR)/usr/share/doc/dyndhcpd/README.md |