92604fe2cc
add $FreeBSD$. get copyright in sync with FreeBSD recommendation. make it compile and run again. add a manpage.
8 lines
102 B
Makefile
8 lines
102 B
Makefile
# $FreeBSD$
|
|
|
|
PROG = fed
|
|
SRCS = fed.c select.c edit.c misc.c
|
|
LDADD = -lncurses
|
|
|
|
.include <bsd.prog.mk>
|