Subject: netbsd-current lib/libc/termios/Makefile.in bug
To: None <netbsd-bugs@NetBSD.ORG>
From: Roland McGrath <roland@frob.com>
List: netbsd-bugs
Date: 04/26/1995 16:15:13
cd /usr/src/lib/libc/termios/
diff -c /usr/src/lib/libc/termios/Makefile.inc.\~1\~ /usr/src/lib/libc/termios/Makefile.inc
*** /usr/src/lib/libc/termios/Makefile.inc.~1~  Tue Apr 25 06:09:11 1995
--- /usr/src/lib/libc/termios/Makefile.inc      Wed Apr 26 16:12:31 1995
***************
*** 1,6 ****
  #     $NetBSD: Makefile.inc,v 1.1 1995/04/25 00:04:21 jtc Exp $
  
! .PATH:        ${.CURDIR}/gen
  
  SRCS+=        cfgetispeed.c cfgetospeed.c cfmakeraw.c cfsetispeed.c cfsetospeed.c \
        cfsetspeed.c tcdrain.c tcflow.c tcflush.c tcgetattr.c tcgetpgrp.c \
--- 1,6 ----
  #     $NetBSD: Makefile.inc,v 1.1 1995/04/25 00:04:21 jtc Exp $
  
! .PATH:        ${.CURDIR}/arch/${MACHINE}/termios ${.CURDIR}/termios
  
  SRCS+=        cfgetispeed.c cfgetospeed.c cfmakeraw.c cfsetispeed.c cfsetospeed.c \
        cfsetspeed.c tcdrain.c tcflow.c tcflush.c tcgetattr.c tcgetpgrp.c \

Diff exited abnormally with code 1 at Wed Apr 26 16:15:01