diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-07-30 06:54:13 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-07-30 06:54:13 +0000 |
commit | 0a0ab6f698217aade851f61e3c5acec444c770c0 (patch) | |
tree | b15e679f9e390df46188c2aa3509890a721e35fe /lib/libarch | |
parent | aa2c65f59ea3ca790476d33ceeb1eecf85a34344 (diff) |
Oops, somehow these files had got removed. Resurrect and add OpenBSD tags
Diffstat (limited to 'lib/libarch')
-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 |