mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 14:39:37 +00:00
12 lines
132 B
Makefile
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>
|