mirror of
https://git.freebsd.org/ports.git
synced 2025-07-12 14:59:13 -04:00
10 lines
121 B
Makefile
10 lines
121 B
Makefile
# $FreeBSD$
|
|
|
|
LIB = libeio
|
|
SRCS= eio.c
|
|
INCS=
|
|
|
|
LIBDIR= ${PREFIX}/lib
|
|
INCLUDEDIR= ${PREFIX}/include
|
|
|
|
.include <bsd.lib.mk>
|