16 lines
256 B
Makefile
16 lines
256 B
Makefile
# $NetBSD: Makefile,v 1.4 2002/09/18 13:31:53 lukem Exp $
|
|
|
|
NOLINT= # defined
|
|
NOPIC= # defined
|
|
NOPROFILE=# defined
|
|
|
|
LIB = dhcpctl
|
|
SRCS = dhcpctl.c callback.c remote.c
|
|
|
|
DHCPSRCDIR= dhcpctl
|
|
|
|
# only needed during build
|
|
libinstall::
|
|
|
|
.include <bsd.lib.mk>
|