8 lines
129 B
Makefile
8 lines
129 B
Makefile
|
# $NetBSD: Makefile,v 1.1 1999/07/11 17:35:07 itojun Exp $
|
||
|
|
||
|
PROG= pvcsif
|
||
|
MAN= pvcsif.8
|
||
|
CPPFLAGS+=-DINET6
|
||
|
|
||
|
.include <bsd.prog.mk>
|