freebsd-dev/libexec/makekey/Makefile

11 lines
138 B
Makefile
Raw Normal View History

# @(#)Makefile 8.1 (Berkeley) 6/4/93
1999-08-28 00:22:10 +00:00
# $FreeBSD$
1993-06-12 14:58:17 +00:00
PROG= makekey
MAN= makekey.8
1993-06-12 14:58:17 +00:00
DPADD= ${LIBCRYPT}
LDADD= -lcrypt
1993-07-20 23:49:11 +00:00
1993-06-12 14:58:17 +00:00
.include <bsd.prog.mk>