mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 01:11:30 -05:00
15 lines
208 B
Makefile
15 lines
208 B
Makefile
# $FreeBSD$
|
|
|
|
DIST_DIR= ${.CURDIR}/../../../contrib/isc-dhcp
|
|
|
|
.PATH: ${DIST_DIR}/dhcpctl
|
|
|
|
LIB= dhcpctl
|
|
INTERNALLIB= true
|
|
|
|
SRCS= dhcpctl.c callback.c remote.c
|
|
|
|
MAN= dhcpctl.3
|
|
NOMAN= true
|
|
|
|
.include <bsd.lib.mk>
|