diff options
| author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1994-02-21 05:19:06 +0000 |
|---|---|---|
| committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1994-02-21 05:19:06 +0000 |
| commit | 975da7e52b4739eceed37f70a1584c0c917e4baf (patch) | |
| tree | 4e430d76fdac4b68140f9b81a529c7d093cb4d38 /lib/libc | |
| parent | 8dca1d0c458e17b6cf2839c50aecf1bcd148f035 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/amd64/sys/Makefile.inc | 5 | ||||
| -rw-r--r-- | lib/libc/i386/sys/Makefile.inc | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/lib/libc/amd64/sys/Makefile.inc b/lib/libc/amd64/sys/Makefile.inc index 1b1eeb31570d..6774dd3425a9 100644 --- a/lib/libc/amd64/sys/Makefile.inc +++ b/lib/libc/amd64/sys/Makefile.inc @@ -1,6 +1,7 @@ -# Makefile.inc,v 1.1 1993/09/03 19:04:23 jtc Exp +# from: Makefile.inc,v 1.1 1993/09/03 19:04:23 jtc Exp +# $Id$ -.PATH: ${.CURDIR}/${MACHINE}/sys +.PATH: ${.CURDIR}/${MACHINE}/sys SRCS+= i386_get_ldt.c i386_set_ldt.c diff --git a/lib/libc/i386/sys/Makefile.inc b/lib/libc/i386/sys/Makefile.inc index 1b1eeb31570d..6774dd3425a9 100644 --- a/lib/libc/i386/sys/Makefile.inc +++ b/lib/libc/i386/sys/Makefile.inc @@ -1,6 +1,7 @@ -# Makefile.inc,v 1.1 1993/09/03 19:04:23 jtc Exp +# from: Makefile.inc,v 1.1 1993/09/03 19:04:23 jtc Exp +# $Id$ -.PATH: ${.CURDIR}/${MACHINE}/sys +.PATH: ${.CURDIR}/${MACHINE}/sys SRCS+= i386_get_ldt.c i386_set_ldt.c |
