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
No empty .Rs/.Re
[netbsd-mini2440.git]
/
external
/
bsd
/
bind
/
lib
/
libisccc
/
Makefile
blob
5cfef48d094a50fa108b3b3d76936b4994763861
1
# $NetBSD: Makefile,v 1.1 2007/11/04 23:28:19 tls Exp $
2
3
LIB
=
isccc
4
5
.
include
<
bsd.own.mk
>
6
7
.
include
"${.CURDIR}/../Makefile.inc"
8
9
DIST
= ${
IDIST
}/
lib
/
isccc
10
.
include
"${DIST}/api"
11
12
.PATH.c
: ${
DIST
}
13
14
SRCS
=
alist.c base64.c
cc
.c ccmsg.c lib.c result.c sexpr.c symtab.c \
15
version.c
16
17
.
include
<
bsd.lib.mk
>