[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.1, Tue Jul 10 08:02:27 2012 UTC (11 years, 11 months ago) by nicm
Branch: MAIN

Add first cut of replacement for tip/cu. Not linked to the build.

Currently supports only -l and -s (no parity), no variables and ~., ~>,
~$, ~#, ~^Z, ~?. More to come.

Tested by naddy, otto. ok miod deraadt

# $OpenBSD: Makefile,v 1.1 2012/07/10 08:02:27 nicm Exp $

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

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

LDADD=  -levent
DPADD=  ${LIBEVENT}

.include <bsd.prog.mk>