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]
/
bin
/
mt
/
Makefile
blob
fcf6987776298b6cce3101eb8ef5578d4d15d3e7
1
# $NetBSD: Makefile,v 1.7 1997/07/20 18:59:27 christos Exp $
2
# @(#)Makefile 8.1 (Berkeley) 6/6/93
3
4
PROG
=
mt
5
SRCS
=
mt.c
6
LDADD
+= -
lrmt
7
DPADD
+= ${
LIBRMT
}
8
9
.
include
<
bsd.prog.mk
>