mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 17:49:22 -04:00
9 lines
173 B
Makefile
9 lines
173 B
Makefile
# $Id:$
|
|
|
|
MAN1= sgmlfmt.1
|
|
|
|
afterinstall:
|
|
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
|
|
${.CURDIR}/sgmlfmt.pl ${DESTDIR}${BINDIR}/sgmlfmt
|
|
|
|
.include <bsd.prog.mk>
|