Makefile revision 276486
1# $FreeBSD: stable/10/tools/tools/vxge/Makefile 276486 2014-12-31 23:25:37Z ngie $
2
3PROG= vxge-manage
4SRCS= vxge_info.c vxge_log.c
5MAN=
6 
7.include <bsd.prog.mk>
8