summaryrefslogtreecommitdiffstats
path: root/lib/libio/Makefile
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>1998-12-12 18:05:06 +0000
committerdfr <dfr@FreeBSD.org>1998-12-12 18:05:06 +0000
commit9d72935e7288817dc8948e0dcb0edd0d40c2c937 (patch)
tree315cf7bc6c4a9115ed898f338e5daef349713131 /lib/libio/Makefile
parenta73a037fb6453c9131d32150d2bf135d2ca111c3 (diff)
downloadFreeBSD-src-9d72935e7288817dc8948e0dcb0edd0d40c2c937.zip
FreeBSD-src-9d72935e7288817dc8948e0dcb0edd0d40c2c937.tar.gz
Add a simple library for accessing i/o ports and memory on the alpha.
This is only intended for use by the X server.
Diffstat (limited to 'lib/libio/Makefile')
-rw-r--r--lib/libio/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/libio/Makefile b/lib/libio/Makefile
new file mode 100644
index 0000000..b9aeebd
--- /dev/null
+++ b/lib/libio/Makefile
@@ -0,0 +1,11 @@
+# $Id$
+
+LIB= io
+SHLIB_MAJOR= 1
+SRCS= io.c swiz.c bwx.c alpha_sethae.c
+
+CFLAGS+= -Wall -Wa,-mev56
+
+NOMAN=1
+
+.include <bsd.lib.mk>
OpenPOWER on IntegriCloud