mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
9 lines
87 B
Makefile
9 lines
87 B
Makefile
LIB= ipv6
|
|
SRCS= libipv6.c
|
|
|
|
.PATH: ${.CURDIR}/../tools
|
|
|
|
install:
|
|
|
|
.include <bsd.lib.mk>
|