[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / cu

File: [local] / src / usr.bin / cu / Makefile (download)

Revision 1.2, Tue Jul 10 10:28:05 2012 UTC (11 years, 10 months ago) by nicm
Branch: MAIN
Changes since 1.1: +2 -2 lines

Once we've set up termios, lines need to be \r\n terminated, and we need
to reset termios before exiting. So add custom versions of err(),
errx(), warn(), warnx() to handle this.

# $OpenBSD: Makefile,v 1.2 2012/07/10 10:28:05 nicm Exp $

PROG=	cu
SRCS=	cu.c command.c input.c error.c

CDIAGFLAGS+= -Wall -W -Wno-unused-parameter

LDADD=  -levent
DPADD=  ${LIBEVENT}

.include <bsd.prog.mk>