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
Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git]
/
regress
/
lib
/
libc
/
string
/
strcat
/
Makefile
blob
0c9328718a4b34c7157e59b4f6a6892d10bd14a7
1
# $NetBSD: Makefile,v 1.1 2005/03/13 15:40:32 perry Exp $
2
3
NOMAN
=
# defined
4
5
PROG
=
strcat_test
6
WARNS?
=
3
7
8
regress
: ${
PROG
}
9
.
/${
PROG
}
10
11
.
include
<
bsd.prog.mk
>