xref: /dragonfly/sbin/vinum/Makefile (revision 76d9d116)
1984263bcSMatthew Dillon# $FreeBSD: src/sbin/vinum/Makefile,v 1.12.2.2 2001/08/01 09:13:24 obrien Exp $
2*76d9d116SPeter Avalos# $DragonFly: src/sbin/vinum/Makefile,v 1.8 2006/10/17 00:55:44 pavalos Exp $
3984263bcSMatthew Dillon
4984263bcSMatthew DillonPROG=	vinum
5984263bcSMatthew DillonSRCS=	v.c list.c vinumparser.c vinumutil.c vext.h commands.c
6984263bcSMatthew DillonMAN=	vinum.8
7*76d9d116SPeter AvalosWARNS?=	2
8984263bcSMatthew Dillon
9*76d9d116SPeter AvalosCFLAGS+=	-I${.CURDIR}/../../sys
10984263bcSMatthew DillonDPADD=	${LIBUTIL} ${LIBREADLINE} ${LIBTERMCAP}
11984263bcSMatthew DillonLDADD=	-lreadline -ltermcap -ldevstat
12984263bcSMatthew Dillon
13984263bcSMatthew Dillon.include <bsd.prog.mk>
14