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
/
bin
/
omshell
/
Makefile
blob
428eaf7b85e3a720a7578d9748fd5f6a443b9eeb
1
# $NetBSD: Makefile,v 1.1 2013/03/24 15:54:30 christos Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
SRCS
=
omshell.c
6
PROG
=
omshell
7
MAN
=
omshell
.1
8
9
DHCPSRCDIR
=
dhcpctl
10
11
CTLOBJDIR
!=
cd
$(
.CURDIR
)/
..
/
..
/
lib
/
dhcpctl
&& ${
PRINTOBJDIR
}
12
13
LDADD
+= ${
CTLOBJDIR
}/
libdhcpctl.a
14
DPADD
+= ${
CTLOBJDIR
}/
libdhcpctl.a
15
16
.
include
<
bsd.prog.mk
>