1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00
freebsd/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>