repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
etc/services - sync with NetBSD-8
[minix.git]
/
usr.bin
/
sdiff
/
Makefile
blob
58eec7d7292c4942ff8f2a3da08780ced3ad3abe
1
# $NetBSD: Makefile,v 1.3 2015/01/29 03:28:19 christos Exp $
2
3
WARNS?
=
2
# XXX -Wcast-qual issues
4
5
PROG
=
sdiff
6
SRCS
=
common.c edit.c sdiff.c
7
CPPFLAGS
+=-
D_OPENBSD_SOURCE
8
9
LDADD
+= -
lutil
10
DPADD
+= ${
LIBUTIL
}
11
12
.
include
<
bsd.prog.mk
>