Make setthetime() static per the prototype.
[dragonfly.git] / lib / libio / Makefile
1 # $FreeBSD: src/lib/libio/Makefile,v 1.2 1999/08/28 00:04:42 peter Exp $
2 # $DragonFly: src/lib/libio/Attic/Makefile,v 1.2 2003/06/17 04:26:49 dillon Exp $
3
4 LIB=            io
5 SHLIB_MAJOR=    1
6 SRCS=           io.c swiz.c bwx.c alpha_sethae.c
7
8 CFLAGS+=        -Wall -Wa,-mev56
9
10 NOMAN=1
11
12 .include <bsd.lib.mk>