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.bin
/
apropos
/
Makefile
blob
c5402c1e1e515d2e1d9d89035430153503130f49
1
# $NetBSD: Makefile,v 1.12 2008/03/08 15:48:27 christos Exp $
2
# @(#)Makefile 8.1 (Berkeley) 6/6/93
3
4
.
include
<
bsd.own.mk
>
5
6
MDIST
= ${
NETBSDSRCDIR
}/
usr.bin
/
man
7
8
PROG
=
apropos
9
SRCS
=
apropos.c manconf.c
10
11
.PATH
: ${
MDIST
}
12
CPPFLAGS
+=-
I
${
MDIST
}
13
14
.
include
<
bsd.prog.mk
>