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]
/
usr.bin
/
sdiff
/
Makefile
blob
8d969f9f79e824e8e1b0352b4f34171d70a74a1f
1
# $NetBSD: Makefile,v 1.1 2007/02/18 22:13:42 rmind Exp $
2
3
WARNS?
=
2
# XXX -Wcast-qual issues
4
5
PROG
=
sdiff
6
SRCS
=
common.c edit.c sdiff.c strtonum.c
7
8
LDADD
+= -
lutil
9
DPADD
+= ${
LIBUTIL
}
10
11
.
include
<
bsd.prog.mk
>