]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - tools/tools/hcomp/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / tools / tools / hcomp / Makefile
1 # $FreeBSD$
2
3 BINDIR          ?= ${HOME}/bin
4 BINOWN          ?= ${USER}
5 BINGRP          ?= ${USER}
6 SCRIPTS          = hcomp.pl
7
8 MANDIR          ?= ${HOME}/man/man
9 MANOWN          ?= ${USER}
10 MANGRP          ?= ${USER}
11 MAN              = # empty
12
13 .include <bsd.prog.mk>