head	1.1;
access;
symbols
	perseant-exfatfs-base-20250801:1.1
	perseant-exfatfs-base-20240630:1.1
	perseant-exfatfs:1.1.0.22
	perseant-exfatfs-base:1.1
	cjep_sun2x:1.1.0.20
	cjep_sun2x-base:1.1
	cjep_staticlib_x-base1:1.1
	cjep_staticlib_x:1.1.0.18
	cjep_staticlib_x-base:1.1
	phil-wifi-20200421:1.1
	phil-wifi-20200411:1.1
	phil-wifi-20200406:1.1
	pgoyette-compat-merge-20190127:1.1
	pgoyette-compat-20190127:1.1
	pgoyette-compat-20190118:1.1
	pgoyette-compat-1226:1.1
	pgoyette-compat-1126:1.1
	pgoyette-compat-1020:1.1
	pgoyette-compat-0930:1.1
	pgoyette-compat-0906:1.1
	pgoyette-compat-0728:1.1
	pgoyette-compat-0625:1.1
	pgoyette-compat-0521:1.1
	pgoyette-compat-0502:1.1
	pgoyette-compat-0422:1.1
	pgoyette-compat-0415:1.1
	pgoyette-compat-0407:1.1
	pgoyette-compat-0330:1.1
	pgoyette-compat-0322:1.1
	pgoyette-compat-0315:1.1
	pgoyette-compat:1.1.0.16
	pgoyette-compat-base:1.1
	perseant-stdc-iso10646:1.1.0.14
	perseant-stdc-iso10646-base:1.1
	prg-localcount2-base3:1.1
	prg-localcount2-base2:1.1
	prg-localcount2-base1:1.1
	prg-localcount2:1.1.0.12
	prg-localcount2-base:1.1
	pgoyette-localcount-20170426:1.1
	bouyer-socketcan-base1:1.1
	pgoyette-localcount-20170320:1.1
	bouyer-socketcan:1.1.0.10
	bouyer-socketcan-base:1.1
	pgoyette-localcount-20170107:1.1
	pgoyette-localcount-20161104:1.1
	localcount-20160914:1.1
	pgoyette-localcount-20160806:1.1
	pgoyette-localcount-20160726:1.1
	pgoyette-localcount:1.1.0.8
	pgoyette-localcount-base:1.1
	yamt-pagecache-base9:1.1
	tls-earlyentropy:1.1.0.4
	tls-earlyentropy-base:1.1
	riastradh-xf86-video-intel-2-7-1-pre-2-21-15:1.1
	riastradh-drm2-base3:1.1
	agc-symver:1.1.0.6
	agc-symver-base:1.1
	tls-maxphys-base:1.1
	yamt-pagecache-base8:1.1
	yamt-pagecache-base7:1.1
	yamt-pagecache-base6:1.1
	yamt-pagecache-base5:1.1
	agc-netpgp-standalone:1.1.0.2;
locks; strict;
comment	@# @;


1.1
date	2012.05.06.18.07.02;	author agc;	state dead;
branches
	1.1.2.1;
next	;

1.1.2.1
date	2012.05.06.18.07.02;	author agc;	state Exp;
branches;
next	;


desc
@@


1.1
log
@file Makefile was initially added on branch agc-netpgp-standalone.
@
text
@@


1.1.2.1
log
@Add reachover build infrastructure for lib components of netpgp
standalone
@
text
@a0 35
#	$NetBSD: Makefile,v 1.1 2010/09/10 05:29:12 agc Exp $

.include <bsd.own.mk>

USE_FORT?= yes

LIB=		paa

SRCS=		b64.c libpaa.c
CPPFLAGS+=	-I${EXTDIST}/include -I${EXTDIST}/src/pgp2ssh

LIBDPLIBS+=	mj	${.CURDIR}/../mj
LIBDPLIBS+=	netpgp	${.CURDIR}/../netpgp
LIBDPLIBS+=	netpgpverify	${.CURDIR}/../verify
LIBDPLIBS+=	netpgpbn	${.CURDIR}/../bn
LIBDPLIBS+=	z	${NETBSDSRCDIR}/lib/libz
LIBDPLIBS+=	bz2	${NETBSDSRCDIR}/lib/libbz2

MAN=		libpaa.3
WARNS=		4

EXTDIST=	${.CURDIR}/../../dist
.PATH: ${EXTDIST}/src/pgp2ssh ${EXTDIST}/src/libpaa

INCS+= libpaa.h
INCSDIR=/usr/include/netpgp

.include <bsd.lib.mk>

SUBDIR+=	client server

.include <bsd.subdir.mk>

t:
	server/paaserver -r authentication@@bigco.com
@

