From 2f089dff11daa9936fc599117e35ee39cf77f271 Mon Sep 17 00:00:00 2001 From: Marc Balmer Date: Sat, 3 Nov 2007 15:22:55 +0000 Subject: 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 --- sbin/ldattach/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sbin/ldattach/Makefile (limited to 'sbin/ldattach/Makefile') diff --git a/sbin/ldattach/Makefile b/sbin/ldattach/Makefile new file mode 100644 index 00000000000..fd297d48bf6 --- /dev/null +++ b/sbin/ldattach/Makefile @@ -0,0 +1,10 @@ +# $OpenBSD: Makefile,v 1.1 2007/11/03 15:22:54 mbalmer Exp $ + +PROG= ldattach +MAN= ldattach.8 + +CFLAGS+= -Wall -Werror + +BINDIR= /sbin + +.include -- cgit v1.2.3