# $FreeBSD$ PROG = ed SRCS = \ buf.c \ cbc.c \ glbl.c \ io.c \ main.c \ re.c \ sub.c \ undo.c WARNS ?= 2 CFLAGS += -DDES LDADD = -lcrypto .include