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

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

Revision 1.17, Sat Feb 7 10:07:15 2015 UTC (9 years, 4 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_5_7_BASE, OPENBSD_5_7
Changes since 1.16: +2 -2 lines

remove unused cu(1) support in tip; it is supplied as a seperate
simpler binary written by nicm since 5.4
ok jsing dlg

#	$OpenBSD: Makefile,v 1.17 2015/02/07 10:07:15 deraadt Exp $

PROG=	tip
MAN=	tip.1

CFLAGS+=-I${.CURDIR} -DDEFBR=9600 -DDEFFS=BUFSIZ
LDADD=  -lutil
DPADD=  ${LIBUTIL}

SRCS=	cmds.c cmdtab.c hunt.c log.c partab.c remote.c tip.c \
	tipout.c value.c

.include <bsd.prog.mk>