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]
/
sys
/
arch
/
mvme68k
/
stand
/
wrtvid
/
Makefile
blob
2f30b4b74a07f0e81c0a8404971edc5de5dabc46
1
# $NetBSD: Makefile,v 1.10 2001/12/12 01:49:47 tv Exp $
2
3
S
=${
.CURDIR
}/
..
/
..
/
..
/
..
/
4
5
HOSTPROG
=
wrtvid
6
NOMAN
=
7
8
# only needed during build
9
proginstall
::
10
11
.
include
<
bsd.hostprog.mk
>