HardenedBSD/libexec/makekey/Makefile

12 lines
169 B
Makefile
Raw Normal View History

1993-06-12 16:58:17 +02:00
# @(#)Makefile 5.3 (Berkeley) 5/11/90
PROG= makekey
1993-07-02 07:48:19 +02:00
MAN8= makekey.8
1993-06-12 16:58:17 +02:00
1993-07-21 01:49:11 +02:00
.if exists(/usr/lib/libcrypt.a)
DPADD+= ${LIBCRYPT}
LDADD+= -lcrypt
.endif
1993-06-12 16:58:17 +02:00
.include <bsd.prog.mk>