repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
trace(1): resolve all level-5 LLVM warnings
[minix3.git]
/
bin
/
cp
/
Makefile
blob
4760d2c9226399df38b7ea13ed8e34805fc766f6
1
# $NetBSD: Makefile,v 1.9 1997/07/20 22:36:37 christos Exp $
2
# @(#)Makefile 8.1 (Berkeley) 5/31/93
3
4
PROG
=
cp
5
SRCS
=
cp.c utils.c
6
7
.
include
<
bsd.prog.mk
>