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
remove extra mkfs.1
[minix.git]
/
usr.bin
/
apropos
/
Makefile
blob
9cba264f5a51af8cf473cbbe9c925b995d08c630
1
# $NetBSD: Makefile,v 1.13 2009/04/14 22:15:17 lukem 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
>