[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / sbin / ldattach

File: [local] / src / sbin / ldattach / Makefile (download)

Revision 1.1.1.1 (vendor branch), Sat Nov 3 15:22:54 2007 UTC (16 years, 7 months ago) by mbalmer
Branch: mbalmer
CVS Tags: ldattach_20071103, OPENBSD_4_3_BASE, OPENBSD_4_3
Changes since 1.1: +0 -0 lines

ldattach(8) is a command to attach line discipline to a tty line.  It can
be used from the command line or from init(8) by adding an entry to the
/etc/ttys file.  ldattach(8) can be extended to support new line disciplines.

feedback many, ok deraadt, mikeb

#	$OpenBSD: Makefile,v 1.1.1.1 2007/11/03 15:22:54 mbalmer Exp $

PROG=		ldattach
MAN=		ldattach.8

CFLAGS+=	-Wall -Werror

BINDIR=		/sbin

.include <bsd.prog.mk>