diff options
| author | jtc <jtc@NetBSD.org> | 1995-03-09 23:35:13 +0000 |
|---|---|---|
| committer | jtc <jtc@NetBSD.org> | 1995-03-09 23:35:13 +0000 |
| commit | 65c381f59ea8cd906f548b71cfd47ae31e4bae6e (patch) | |
| tree | e0842f5988fd1adffb2f9dcab9110d19a6cda735 /lib/libc | |
| parent | 57274dc48eee5b7e76b6320e2c77990b9a14eb74 (diff) | |
Fix typo.
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/time/Makefile.inc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/time/Makefile.inc b/lib/libc/time/Makefile.inc index a6ab55b4c6b..4aadab3f75f 100644 --- a/lib/libc/time/Makefile.inc +++ b/lib/libc/time/Makefile.inc @@ -1,7 +1,6 @@ -# $NetBSD: Makefile.inc,v 1.1 1995/03/09 23:26:43 jtc Exp $ +# $NetBSD: Makefile.inc,v 1.2 1995/03/09 23:35:13 jtc Exp $ -# gen sources -.PATH: ${.CURDIR}/gen +.PATH: ${.CURDIR}/time SRCS+= asctime.c difftime.c localtime.c MAN+= time2posix.3 tzfile.5 |
