summaryrefslogtreecommitdiffstats
path: root/sbin/slattach/Makefile
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1995-09-20 12:56:25 +0000
committerache <ache@FreeBSD.org>1995-09-20 12:56:25 +0000
commitff57306bc49791ac73ddf514670c77745f04f45a (patch)
treef7fdbffdcdfecc020d179d1d141b0040393920c0 /sbin/slattach/Makefile
parent478b907e07e7625d386f6277c4fba17e39650a8a (diff)
downloadFreeBSD-src-ff57306bc49791ac73ddf514670c77745f04f45a.zip
FreeBSD-src-ff57306bc49791ac73ddf514670c77745f04f45a.tar.gz
From Bruce:
slattach always exited early because fd is not open in acquire_line(). Other (trivial) changes that I've been neglecting for some time: - Turn off O_NONBLOCK so that `chat' doesn't need to worry about it (`chat' actually does worry about it). - Really set speeds POSIXly :-). cfsetspeed() isn't POSIX. - Fix spelling error in comment. - Gripe about bad programming of doing everything from signal handlers. slattach should be written to do everything from the sigsuspend() loop, but I don't want to do it :-). From me: Use .PATH to find uucplock.c Submitted by: bde
Diffstat (limited to 'sbin/slattach/Makefile')
-rw-r--r--sbin/slattach/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sbin/slattach/Makefile b/sbin/slattach/Makefile
index e1b2845..4d288ec 100644
--- a/sbin/slattach/Makefile
+++ b/sbin/slattach/Makefile
@@ -1,6 +1,6 @@
# @(#)Makefile 5.4 (Berkeley) 5/11/90
#
-# $Header: /home/ncvs/src/sbin/slattach/Makefile,v 1.4 1994/08/23 08:28:30 rich Exp $
+# $Header: /home/ncvs/src/sbin/slattach/Makefile,v 1.5 1995/09/19 03:27:23 ache Exp $
PROG= slattach
SRCS= slattach.c uucplock.c
@@ -9,4 +9,6 @@ MLINKS= slattach.8 slip.8
LDADD= -lutil
DPADD= ${LIBUTIL}
+.PATH: ${.CURDIR}/../startslip
+
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud