freebsd-dev/usr.sbin/valectl/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
109 B
Makefile
Raw Normal View History

# $FreeBSD$
PACKAGE= netmap
PROG= valectl
MAN= valectl.8
WARNS?= 3
LIBADD= netmap
.include <bsd.prog.mk>