repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
usr.sbin
/
dhcp
/
omshell
/
Makefile
blob
53f3121e50f5908cfa0a2516994338c3e873133d
1
# $NetBSD$
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
)/
..
/
dhcpctl
&& ${
PRINTOBJDIR
}
12
13
LDADD
+= ${
CTLOBJDIR
}/
libdhcpctl.a
14
DPADD
+= ${
CTLOBJDIR
}/
libdhcpctl.a
15
16
.
include
<
bsd.prog.mk
>