11 lines
100 B
Makefile
11 lines
100 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= ipv6
|
|
SRCS= libipv6.c
|
|
|
|
.PATH: ${.CURDIR}/../tools
|
|
|
|
install:
|
|
|
|
.include <bsd.lib.mk>
|