summaryrefslogtreecommitdiff
path: root/usr.bin/encrypt/Makefile
blob: ad1de86e2197e97b6de6d4e4e65795c81227a9d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$OpenBSD: Makefile,v 1.4 1997/03/30 19:22:42 provos Exp $

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

LDADD = -lutil
LIBEXEC?=       /usr/libexec

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

.include <bsd.prog.mk>