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
Fix up mix of man(7)/mdoc(7).
[netbsd-mini2440.git]
/
regress
/
lib
/
libc
/
ssp
/
strcpy
/
Makefile
blob
c104624631b6e4b27c1d47928013d94a4bdb35e5
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
=
strcpy
8
SRCS
=
strcpy.c
9
10
regress
: ${
PROG
}
11
.
/${
PROG
}
0123456
12
-
.
/${
PROG
}
0123456789
13
14
.
include
<
bsd.prog.mk
>