freebsd-dev/sbin/startslip/Makefile
Andrey A. Chernov cb1efdbadd 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.
1995-09-14 22:01:06 +00:00

7 lines
109 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/5/93
PROG= startslip
SRCS= startslip.c uucplock.c
.include <bsd.prog.mk>