1 1.6 xtraeme # $NetBSD: Makefile,v 1.6 2005/01/12 14:48:33 xtraeme Exp $ 2 1.5 thorpej # @(#)Makefile 8.1 (Berkeley) 6/6/93 3 1.1 cgd 4 1.6 xtraeme WARNS= 3 5 1.5 thorpej PROG= bdes 6 1.5 thorpej 7 1.5 thorpej LDADD+= -lcrypt 8 1.5 thorpej DPADD+= ${LIBCRYPT} 9 1.1 cgd 10 1.1 cgd .include <bsd.prog.mk> 11