mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-20 10:16:34 +01:00
4714bb15be
Submitted by: Geoff
10 lines
130 B
Makefile
10 lines
130 B
Makefile
# @(#)Makefile 5.3 (Berkeley) 5/11/90
|
|
|
|
PROG= makekey
|
|
MAN8= makekey.8
|
|
|
|
DPADD+= ${LIBCRYPT}
|
|
LDADD+= -lcrypt
|
|
|
|
.include <bsd.prog.mk>
|