[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.9, Mon Oct 12 13:53:40 2015 UTC (8 years, 7 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.8: +1 -4 lines

These no longer need to be static.  The ramdisk's no longer reach-around
and use the one in the base install, but have their own copy.
ok millert sthen miod daniel

#	$OpenBSD: Makefile,v 1.9 2015/10/12 13:53:40 deraadt Exp $

PROG=	encrypt
SRCS= encrypt.c

.include <bsd.prog.mk>