10 lines
186 B
Makefile
10 lines
186 B
Makefile
# from: @(#)Makefile 5.3 (Berkeley) 5/11/90
|
|
# $Id: Makefile,v 1.5 1994/12/22 10:27:29 cgd Exp $
|
|
|
|
PROG= makekey
|
|
MAN= makekey.8
|
|
LDADD+= -lcrypt
|
|
DPADD+= ${LIBCRYPT}
|
|
|
|
.include <bsd.prog.mk>
|