# $Id: Makefile,v 1.7 2005/09/19 12:46:33 chibis Exp $
#
# $FreeBSD$

PROG=	emuctrl
NO_MANCOMPRESS=YES
PREFIX?= /usr/local
MANDIR=	${PREFIX}/man/man
MAN8=	emuctrl.8
BINDIR= ${PREFIX}/sbin

CSRCS=	emuctrl.c 
WARNS?= 6
DEBUG_FLAGS = -g

.include <bsd.prog.mk>
