freebsd-dev/lib/libio/Makefile
Doug Rabson 25b30a3ebb Add a simple library for accessing i/o ports and memory on the alpha.
This is only intended for use by the X server.
1998-12-12 18:05:06 +00:00

12 lines
132 B
Makefile

# $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>