diff options
author | Christian Hesse <mail@eworm.de> | 2013-10-31 16:34:07 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2013-10-31 16:34:07 +0100 |
commit | f218a4aab2299ef947a7de5472a63516d210195b (patch) | |
tree | 49d3cbd24b1807de8a171b54145c9b6e0da997d0 /Makefile | |
parent | 652348aa816b1568e50d846c04b4d0beaa83600d (diff) | |
download | dyndhcpd-f218a4aab2299ef947a7de5472a63516d210195b.tar.gz dyndhcpd-f218a4aab2299ef947a7de5472a63516d210195b.tar.zst |
Ups, copy'n'paste errors in Makefile...0.0.1
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -27,14 +27,14 @@ README.html: README.md install: install-bin install-doc -install-bin: netlink-notify +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 dhcpd.conf $(DESTDIR)/etc/dyndhcpd/dhcpd.conf install-doc: README.html - $(INSTALL) -D -m0644 README.md $(DESTDIR)/usr/share/doc/netlink-notify/README.md - $(INSTALL) -D -m0644 README.html $(DESTDIR)/usr/share/doc/netlink-notify/README.html + $(INSTALL) -D -m0644 README.md $(DESTDIR)/usr/share/doc/dyndhcpd/README.md + $(INSTALL) -D -m0644 README.html $(DESTDIR)/usr/share/doc/dyndhcpd/README.html clean: $(RM) -f *.o *~ dyndhcpd README.html |