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]
/
regress
/
lib
/
libc
/
ssp
/
read
/
Makefile
blob
3c30c713a2b2c70e874e89773c5d7d7a302c4030
1
# $NetBSD: Makefile,v 1.1 2006/11/08 21:01:36 christos Exp $
2
3
NOMAN
=
#defined
4
5
.
include
<
bsd.own.mk
>
6
7
PROG
=
read
8
SRCS
=
read.c
9
10
regress
: ${
PROG
}
11
echo foo | .
/${
PROG
}
1024
12
-(
echo bar | .
/${
PROG
}
1025
)
13
14
.
include
<
bsd.prog.mk
>