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]
/
external
/
bsd
/
ntp
/
lib
/
libopts
/
Makefile
blob
86fe456be91a1097421364315934e6dfaf16d6de
1
# $NetBSD: Makefile,v 1.1 2009/04/12 03:46:10 christos Exp $
2
3
LIBISPRIVATE
=
yes
4
5
LIB
=
opts
6
7
.
include
<
bsd.own.mk
>
8
9
.
include
"${.CURDIR}/../Makefile.inc"
10
11
DIST
= ${
IDIST
}/
libopts
12
13
CPPFLAGS
+=-
I
${
DIST
}
14
15
.PATH.c
: ${
DIST
}
16
17
SRCS
=
libopts.c
18
19
.
include
<
bsd.lib.mk
>