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
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
regress
/
include
/
okheaders
/
Makefile
blob
302da58b893a8322572021a729b1c4e912cf7a07
1
# $NetBSD: Makefile,v 1.3 2004/01/03 15:05:37 lukem Exp $
2
3
NOMAN
=
# defined
4
WARNS
=
2
5
6
.
include
<
bsd.own.mk
>
7
8
PROG
=
symbolcheck
9
10
.if
(${
MKCRYPTO
} !=
"no"
)
11
CPPFLAGS
+=-
DHAVE_DES_H
=
1
12
.
endif
13
14
.if
(${
MKSKEY
} !=
"no"
)
15
CPPFLAGS
+=-
DHAVE_SKEY_H
=
1
16
.
endif
17
18
.
include
<
bsd.prog.mk
>