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
Fix up mix of man(7)/mdoc(7).
[netbsd-mini2440.git]
/
usr.bin
/
msgs
/
Makefile
blob
bf8a371a02d57f44794c9657d986a3ec88c419f4
1
# $NetBSD: Makefile,v 1.8 1997/10/19 04:23:06 lukem Exp $
2
# @(#)Makefile 8.2 (Berkeley) 4/28/95
3
4
PROG
=
msgs
5
DPADD
= ${
LIBTERMCAP
}
6
LDADD
= -
ltermcap
7
8
.
include
<
bsd.prog.mk
>