
- crypto/external/bsd/heimdal - crypto/external/bsd/libsaslc - crypto/external/bsd/netpgp - crypto/external/bsd/openssl Change-Id: I91dbf05f33e637edf5b9bb408d5baddd7ba8cf75
23 lines
435 B
Makefile
23 lines
435 B
Makefile
# $NetBSD: Makefile,v 1.2 2011/04/15 20:56:51 elric Exp $
|
|
|
|
NOLINT= # defined
|
|
|
|
.include <bsd.own.mk>
|
|
.include <${.CURDIR}/../../Makefile.inc>
|
|
|
|
.PATH: ${HEIMDIST}/lib/ipc
|
|
|
|
LIB= ipc
|
|
|
|
LIBDPLIBS+= util ${NETBSDSRCDIR}/lib/libutil \
|
|
crypt ${NETBSDSRCDIR}/lib/libcrypt
|
|
|
|
SRCS= common.c client.c server.c
|
|
|
|
HOST_CPPFLAGS+= -I${HEIMBASE}/include -DHAVE_CONFIG_H
|
|
|
|
libinstall::
|
|
|
|
.include <${HEIMBASE}/Makefile.rules.inc>
|
|
.include <bsd.lib.mk>
|