NetBSD/crypto/external/lib/Makefile
agc 5e633613d2 Make this compile (WARNS=1) on NetBSD.
Add reachover library Makefile for the external framework.
2009-01-20 07:12:16 +00:00

14 lines
309 B
Makefile

# $NetBSD: Makefile,v 1.1 2009/01/20 07:12:16 agc Exp $
#
# This Makefile exists to provide a single point to build
# all crypto libraries provided by external packages that may
# be used by other applications in the system.
#
.include <bsd.own.mk>
SUBDIR+= ../bsd/openpgpsdk/lib
.include <bsd.subdir.mk>