summaryrefslogtreecommitdiff
path: root/usr.bin/encrypt/Makefile
blob: 870ce9002743442abb22e4e198b3eeeb1330a6b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#	$OpenBSD: Makefile,v 1.7 2002/06/27 19:56:03 art Exp $

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

LDSTATIC=	${STATIC}
PROG=	encrypt
SRCS= encrypt.c pwd_gensalt.c
.PATH: ${.CURDIR}/../passwd

LDADD = -lutil
DPADD= ${LIBUTIL}
LIBEXEC?=       /usr/libexec

LINKS=	${BINDIR}/encrypt ${LIBEXEC}/makekey
MLINKS=	encrypt.1 makekey.8

.include <bsd.prog.mk>