diff options
| author | Roy Marples <roy@marples.name> | 2015-05-14 19:46:21 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2015-05-14 19:46:21 +0000 |
| commit | 2be15e8895120d6d772e0da2463cbf6ab702858b (patch) | |
| tree | e3d5610e32ea05dda8825fba7b22d02a5d23fb4a /Makefile | |
| parent | 8c82f2e4007bdf896ebab0ddc39ddb45b26f41f3 (diff) | |
| download | dhcpcd-2be15e8895120d6d772e0da2463cbf6ab702858b.tar.xz | |
Handle ND options in the same way we handle DHCP and DHCPv6 options.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -85,7 +85,7 @@ CLEANFILES+= dhcpcd-embedded.h dhcpcd-embedded.c dhcpcd-embedded.h: genembedh dhcpcd-definitions.conf dhcpcd-embedded.h.in ${HOST_SH} ${.ALLSRC} $^ > $@ -dhcpcd-embedded.c: genembedc dhcpcd-definitions.conf +dhcpcd-embedded.c: genembedc dhcpcd-definitions.conf dhcpcd-embedded.h ${HOST_SH} ${.ALLSRC} $^ > $@ if-options.c: dhcpcd-embedded.h |
