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]
/
external
/
bsd
/
am-utils
/
bin
/
wire-test
/
Makefile
blob
9cd09dade382a993a4d9ea3cac0b1b509bcf2525
1
# $NetBSD: Makefile,v 1.1.1.2 2000/11/20 00:16:18 wiz Exp $
2
3
.
include
"${.CURDIR}/../Makefile.inc"
4
5
PROG
=
wire-test
6
7
DIST
= ${
IDIST
}/
wire-test
8
.PATH
: ${
DIST
}
9
10
SRCS
=
wire-test.c
11
MAN
+=
wire-test
.8
12
13
LDADD
+= ${
LIBAMU
}
14
15
.
include
<
bsd.prog.mk
>