[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / encrypt

File: [local] / src / usr.bin / encrypt / Makefile (download)

Revision 1.8, Wed Dec 24 22:04:26 2014 UTC (9 years, 5 months ago) by tedu
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7
Changes since 1.7: +2 -10 lines

simplify. bcrypt only support and use newer libc APIs. no makekey emul.
ok deraadt
schwarze is a little sad to see the last 1/8 shared man page go, but we
have a support program in place, called the attic.

#	$OpenBSD: Makefile,v 1.8 2014/12/24 22:04:26 tedu Exp $

# Must be static because the floppies use it through a chroot.

LDSTATIC=	${STATIC}
PROG=	encrypt
SRCS= encrypt.c

.include <bsd.prog.mk>