NetBSD/libexec/makekey/Makefile

10 lines
186 B
Makefile
Raw Normal View History

1993-08-01 09:37:30 +04:00
# from: @(#)Makefile 5.3 (Berkeley) 5/11/90
1994-12-22 12:57:51 +03:00
# $Id: Makefile,v 1.5 1994/12/22 10:27:29 cgd Exp $
1993-03-21 12:45:37 +03:00
PROG= makekey
1994-12-22 12:57:51 +03:00
MAN= makekey.8
1993-04-26 18:33:28 +04:00
LDADD+= -lcrypt
1993-10-07 05:16:39 +03:00
DPADD+= ${LIBCRYPT}
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>