
- crypto/external/bsd/heimdal - crypto/external/bsd/libsaslc - crypto/external/bsd/netpgp - crypto/external/bsd/openssl Change-Id: I91dbf05f33e637edf5b9bb408d5baddd7ba8cf75
13 lines
163 B
Makefile
13 lines
163 B
Makefile
# $NetBSD: Makefile,v 1.1 2011/02/11 23:44:44 christos Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
PROG= test_hash
|
|
SRCS= test_hash.c
|
|
|
|
WARNS?=4
|
|
|
|
MKMAN=no
|
|
|
|
.include <bsd.prog.mk>
|