repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Drop main() prototype. Syncs with NetBSD-8
[minix.git]
/
external
/
bsd
/
dhcp
/
lib
/
dhcpctl
/
Makefile
blob
a237575c72538df19fb77acdc6fc9a514c9dbf06
1
# $NetBSD: Makefile,v 1.1 2013/03/24 15:54:31 christos Exp $
2
3
LIBISPRIVATE
=
yes
4
5
LIB
=
dhcpctl
6
SRCS
=
dhcpctl.c callback.c remote.c
7
8
DHCPSRCDIR
=
dhcpctl
9
10
.
include
<
bsd.lib.mk
>