summaryrefslogtreecommitdiffstats
path: root/usr.bin/sockstat/Makefile
blob: 25377301ff96ebc8f1e37f6917fec2d696b70d69 (plain)
1
2
3
4
5
6
7
8
9
10
# $FreeBSD$

MAINTAINER=	des@freebsd.org
MAN=		sockstat.1

beforeinstall:
	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
	    ${.CURDIR}/sockstat.pl ${DESTDIR}${BINDIR}/sockstat

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud