Removed bogus .PATH statement.

This commit is contained in:
Bruce Evans 1997-10-16 14:41:25 +00:00
parent da16ae8684
commit 1cbbb1ba4b
2 changed files with 2 additions and 6 deletions

View File

@ -1,7 +1,5 @@
# from: Makefile.inc,v 1.1 1993/09/03 19:04:23 jtc Exp
# $Id: Makefile.inc,v 1.5 1997/05/03 03:49:56 jb Exp $
.PATH: ${.CURDIR}/../libc/${MACHINE}/sys
# $Id: Makefile.inc,v 1.6 1997/10/16 14:26:13 bde Exp $
SRCS+= i386_get_ldt.c i386_set_ldt.c

View File

@ -1,7 +1,5 @@
# from: Makefile.inc,v 1.1 1993/09/03 19:04:23 jtc Exp
# $Id: Makefile.inc,v 1.5 1997/05/03 03:49:56 jb Exp $
.PATH: ${.CURDIR}/../libc/${MACHINE}/sys
# $Id: Makefile.inc,v 1.6 1997/10/16 14:26:13 bde Exp $
SRCS+= i386_get_ldt.c i386_set_ldt.c