mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-10 14:39:47 -04:00
11 lines
181 B
Makefile
11 lines
181 B
Makefile
# $NetBSD: Makefile,v 1.1 2013/03/24 15:54:31 christos Exp $
|
|
|
|
LIBISPRIVATE= yes
|
|
|
|
LIB = dhcpctl
|
|
SRCS = dhcpctl.c callback.c remote.c
|
|
|
|
DHCPSRCDIR= dhcpctl
|
|
|
|
.include <bsd.lib.mk>
|