diff options
Diffstat (limited to 'usr.sbin/dhcp')
-rw-r--r-- | usr.sbin/dhcp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/dhcp/Makefile b/usr.sbin/dhcp/Makefile index e3dec3f6bbf..16950233593 100644 --- a/usr.sbin/dhcp/Makefile +++ b/usr.sbin/dhcp/Makefile @@ -30,6 +30,6 @@ # OF THE POSSIBILITY OF SUCH DAMAGE. # -SUBDIR= server client relay +SUBDIR= server client relay common .include <bsd.subdir.mk> |