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]
/
gnu
/
usr.bin
/
groff
/
src
/
roff
/
grog
/
Makefile
blob
8471d83dfcfb2635e9b1760fe7e60fac2757d2d4
1
# $NetBSD$
2
3
# $FreeBSD: src/gnu/usr.bin/groff/src/roff/grog/Makefile,v 1.1 2001/04/17 12:37:12 ru Exp $
4
5
DIST_SUBDIR
=
src
/
roff
/
grog
6
7
SCRIPTS
=
grog
8
MAN
=
grog
.1
9
CLEANFILES
= ${
SCRIPTS
} ${
MAN
}
10
11
.
include
<
bsd.prog.mk
>