summaryrefslogtreecommitdiffstats
path: root/secure/usr.bin/bdes/Makefile
blob: 2b0127212048cea6607abf9339174d37d402c750 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#	@(#)Makefile	8.1 (Berkeley) 6/6/93
#	$FreeBSD$

PROG=	bdes
SRCS=	bdes.c

.if exists(${.OBJDIR}/../../lib/libcipher)
LDFLAGS+= -L${.OBJDIR}/../../lib/libcipher
.else
LDFLAGS+= -L${.CURDIR}/../../lib/libcipher
.endif

LDADD+= -lcipher
DPADD+= libcipher.a

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud