mirror of
https://github.com/opnsense/src.git
synced 2026-02-27 03:40:37 -05:00
add $FreeBSD$. get copyright in sync with FreeBSD recommendation. make it compile and run again. add a manpage.
7 lines
102 B
Makefile
7 lines
102 B
Makefile
# $FreeBSD$
|
|
|
|
PROG = fed
|
|
SRCS = fed.c select.c edit.c misc.c
|
|
LDADD = -lncurses
|
|
|
|
.include <bsd.prog.mk>
|