xref: /openbsd/lib/libarch/alpha/Makefile (revision a6445c1d)
1# $FreeBSD: src/lib/libio/Makefile,v 1.2 1999/08/28 00:04:42 peter Exp $
2# $OpenBSD: Makefile,v 1.7 2002/07/12 22:30:25 deraadt Exp $
3
4MAN=		inb.2
5MLINKS+=	inb.2 dense_base.2 \
6		inb.2 inl.2 inb.2 inw.2 \
7		inb.2 ioperm.2 inb.2 map_memory.2 \
8		inb.2 outb.2 inb.2 outl.2 \
9		inb.2 outw.2 inb.2 readb.2 \
10		inb.2 readl.2 inb.2 readw.2 \
11		inb.2 unmap_memory.2 inb.2 writeb.2 \
12		inb.2 writel.2 inb.2 writew.2
13MANSUBDIR=alpha
14
15.if ${MACHINE} == "alpha"
16NOPIC=
17SRCS=		io.c bwx.c
18CFLAGS+= 	-Wall -Wno-uninitialized -Wa,-mev56
19.include <bsd.lib.mk>
20.else
21NOPROG=
22.include <bsd.prog.mk>
23.endif
24
25