freebsd-dev/libexec/makekey/Makefile

11 lines
136 B
Makefile
Raw Normal View History

# @(#)Makefile 8.1 (Berkeley) 6/4/93
1997-02-22 14:22:49 +00:00
# $Id$
1993-06-12 14:58:17 +00:00
PROG= makekey
1993-07-02 05:48:19 +00:00
MAN8= makekey.8
1993-06-12 14:58:17 +00:00
1993-07-20 23:49:11 +00:00
DPADD+= ${LIBCRYPT}
LDADD+= -lcrypt
1993-06-12 14:58:17 +00:00
.include <bsd.prog.mk>