freebsd-dev/usr.sbin/pcvt/fed/Makefile
Hellmuth Michaelis b53d4b9ddb pcvt cleanup.
add $FreeBSD$.
get copyright in sync with FreeBSD recommendation.
make it compile and run again.
add a manpage.
2000-03-28 09:24:38 +00:00

8 lines
102 B
Makefile

# $FreeBSD$
PROG = fed
SRCS = fed.c select.c edit.c misc.c
LDADD = -lncurses
.include <bsd.prog.mk>