Skip to content

Commit

Permalink
More dhcp/dhcpv4
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Jun 28, 2017
1 parent 7de945a commit 6f9321b
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 7 deletions.
1 change: 0 additions & 1 deletion src/modules/proto_dhcp/all.mk

This file was deleted.

4 changes: 0 additions & 4 deletions src/modules/proto_dhcp/rlm_dhcp.mk

This file was deleted.

File renamed without changes.
1 change: 1 addition & 0 deletions src/modules/proto_dhcpv4/all.mk
@@ -0,0 +1 @@
SUBMAKEFILES := proto_dhcpv4.mk rlm_dhcpv4.mk dhcpclient.mk
File renamed without changes.
File renamed without changes.
File renamed without changes.
@@ -1,9 +1,9 @@
TARGETNAME := proto_dhcp
TARGETNAME := proto_dhcpv4

ifneq "$(TARGETNAME)" ""
TARGET := $(TARGETNAME).a
endif

SOURCES := proto_dhcp.c
SOURCES := proto_dhcpv4.c

TGT_PREREQS := libfreeradius-dhcpv4.a
File renamed without changes.
4 changes: 4 additions & 0 deletions src/modules/proto_dhcpv4/rlm_dhcpv4.mk
@@ -0,0 +1,4 @@
TARGET := rlm_dhcpv4.a
SOURCES := rlm_dhcpv4.c

TGT_PREREQS := libfreeradius-dhcpv4.a

0 comments on commit 6f9321b

Please sign in to comment.