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
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
usr.bin
/
whatis
/
Makefile
blob
d78a562146424e4c705157426d1c8f2e70759e1b
1
# $NetBSD: Makefile,v 1.7 2002/09/13 20:27:52 mycroft 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
=
whatis
9
SRCS
=
whatis.c manconf.c
10
.PATH
: ${
MDIST
}
11
CPPFLAGS
+=-
I
${
MDIST
}
12
13
.
include
<
bsd.prog.mk
>