1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-31 16:57:10 +00:00
freebsd/lib/libio/Makefile
2004-10-24 15:33:08 +00:00

12 lines
136 B
Makefile

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