Files

9 lines
87 B
Makefile

LIB= ipv6
SRCS= libipv6.c
.PATH: ${.CURDIR}/../tools
install:
.include <bsd.lib.mk>