1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-21 11:13:30 +00:00
freebsd/libexec/makekey/Makefile
1993-07-20 23:49:11 +00:00

12 lines
169 B
Makefile

# @(#)Makefile 5.3 (Berkeley) 5/11/90
PROG= makekey
MAN8= makekey.8
.if exists(/usr/lib/libcrypt.a)
DPADD+= ${LIBCRYPT}
LDADD+= -lcrypt
.endif
.include <bsd.prog.mk>