mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 10:11:09 -04:00
9 lines
228 B
Makefile
9 lines
228 B
Makefile
# $Id: Makefile,v 1.1.1.1 1995/05/09 23:58:06 jfieber Exp $
|
|
|
|
MAN1= sgmlfmt.1
|
|
|
|
afterinstall:
|
|
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
|
|
${.CURDIR}/sgmlfmt.pl ${DESTDIR}${BINDIR}/sgmlfmt
|
|
|
|
.include <bsd.prog.mk>
|