cb1efdbadd
Don't close line twice. Change typo == to = in assignment. Don't restart, if ioctl fails. Implement uucp-style locking to help dialout pgms.
7 lines
109 B
Makefile
7 lines
109 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/5/93
|
|
|
|
PROG= startslip
|
|
SRCS= startslip.c uucplock.c
|
|
|
|
.include <bsd.prog.mk>
|