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/alpha/Makefile | |
parent | aa2c65f59ea3ca790476d33ceeb1eecf85a34344 (diff) |
Oops, somehow these files had got removed. Resurrect and add OpenBSD tags
Diffstat (limited to 'lib/libarch/alpha/Makefile')
-rw-r--r-- | lib/libarch/alpha/Makefile | 8 |
1 files changed, 8 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> |