5e633613d2
Add reachover library Makefile for the external framework.
14 lines
309 B
Makefile
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>
|