repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
efivar.8: Fix typos/improve language (taken from FreeBSD).
[dragonfly.git]
/
usr.bin
/
man
/
Makefile
blob
de21c13443c0dc1a4fbe605caf6555fa3ecd8592
1
# $NetBSD: Makefile,v 1.14 2013/07/19 04:17:02 uwe Exp $
2
# @(#)Makefile 8.1 (Berkeley) 6/6/93
3
4
PROG
=
man
5
SRCS
=
man.c manconf.c
6
MAN
=
man
.1
man.conf
.5
7
8
.
include
<
bsd.prog.mk
>