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

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

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

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