NetBSD/usr.sbin/dhcp/dhcpctl/Makefile
lukem 66176dfdff Rename MKPRIVATELIB to LIBISPRIVATE, to make it clearer that this is
a variable that is used by in-tree Makefiles to control behaviour.
(MKsomevar variables are generally intended to be controlled by the end-user)
2008-05-03 14:48:30 +00:00

11 lines
178 B
Makefile

# $NetBSD: Makefile,v 1.6 2008/05/03 14:48:32 lukem Exp $
LIBISPRIVATE= yes
LIB = dhcpctl
SRCS = dhcpctl.c callback.c remote.c
DHCPSRCDIR= dhcpctl
.include <bsd.lib.mk>