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