freebsd_amp_hwpstate/usr.bin/sgmlfmt/Makefile

10 lines
175 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>