1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-21 11:13:30 +00:00
freebsd/lib/libio/Makefile
2004-12-21 08:47:35 +00:00

12 lines
137 B
Makefile

# $FreeBSD$
LIB= io
SHLIB_MAJOR= 1
SRCS= io.c swiz.c bwx.c alpha_sethae.c
CFLAGS+= -Wall -Wa,-mev56
NO_MAN=
.include <bsd.lib.mk>