diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libarch/alpha/Makefile | 8 | ||||
-rw-r--r-- | lib/libarch/alpha/Makefile.inc | 7 |
2 files changed, 15 insertions, 0 deletions
diff --git a/lib/libarch/alpha/Makefile b/lib/libarch/alpha/Makefile new file mode 100644 index 00000000000..c644d09f817 --- /dev/null +++ b/lib/libarch/alpha/Makefile @@ -0,0 +1,8 @@ +# $OpenBSD: Makefile,v 1.3 1996/07/30 06:54:11 niklas Exp $ +# $NetBSD: Makefile,v 1.1 1996/02/21 02:45:40 jtk Exp $ + +#.PATH: ${LIBC}/i386 + +SRCS+= alpha_mmclock_gettime.c alpha_mmclock_init.c gettimeofday.c + +.include <bsd.lib.mk> diff --git a/lib/libarch/alpha/Makefile.inc b/lib/libarch/alpha/Makefile.inc new file mode 100644 index 00000000000..af980a87683 --- /dev/null +++ b/lib/libarch/alpha/Makefile.inc @@ -0,0 +1,7 @@ +# $OpenBSD: Makefile.inc,v 1.3 1996/07/30 06:54:12 niklas Exp $ + +# Makefile.inc,v 1.1 1993/09/03 19:04:23 jtc Exp + +#.PATH: ${LIBC}/i386 + +SRCS+= alpha_mmclock_gettime.c alpha_mmclock_init.c gettimeofday.c |