freebsd-dev/secure/usr.bin/bdes/Makefile
Poul-Henning Kamp f079582484 Make the "distribute" target build the "des" distribution. Make des'ed
init and ed, by pointing to real sources.
1994-11-14 20:45:35 +00:00

11 lines
218 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/6/93
# $Id: Makefile,v 1.4 1994/09/30 06:04:40 pst Exp $
PROG= bdes
SRCS= bdes.c
LDADD+= -L../../lib/libcipher -lcipher
DPADD+= ../../lib/libcipher/libcipher.a
.include <bsd.prog.mk>