summaryrefslogtreecommitdiffstats
path: root/sbin/startslip/Makefile
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1995-09-14 22:01:06 +0000
committerache <ache@FreeBSD.org>1995-09-14 22:01:06 +0000
commit4e31b924ed95cf68cb7fb222c8172bc24f42b0ac (patch)
tree36da785c758f86bd32972dc012d36b3684c2c9f8 /sbin/startslip/Makefile
parentcf5157b53673cd8d8d9e8c066de0f0e00be747f2 (diff)
downloadFreeBSD-src-4e31b924ed95cf68cb7fb222c8172bc24f42b0ac.zip
FreeBSD-src-4e31b924ed95cf68cb7fb222c8172bc24f42b0ac.tar.gz
All changes still related to original version:
Don't close line twice. Change typo == to = in assignment. Don't restart, if ioctl fails. Implement uucp-style locking to help dialout pgms.
Diffstat (limited to 'sbin/startslip/Makefile')
-rw-r--r--sbin/startslip/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/startslip/Makefile b/sbin/startslip/Makefile
index 3397417..f010138 100644
--- a/sbin/startslip/Makefile
+++ b/sbin/startslip/Makefile
@@ -1,6 +1,6 @@
# @(#)Makefile 8.1 (Berkeley) 6/5/93
PROG= startslip
-MAN1= startslip.1
+SRCS= startslip.c uucplock.c
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud