mergemaster bmake glue.

This commit is contained in:
Bill Fumerola 1999-10-20 07:33:09 +00:00
parent b9d7a08d37
commit 24ff9bb509
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=52403
2 changed files with 12 additions and 0 deletions

View File

@ -37,6 +37,7 @@ SUBDIR= IPXrouted \
lpr \
manctl \
memcontrol \
mergemaster \
moused \
mrouted \
mtest \

View File

@ -0,0 +1,11 @@
# $FreeBSD$
MAINTAINER= billf@FreeBSD.org
MAN8= mergemaster.8
beforeinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/mergemaster ${DESTDIR}${BINDIR}/mergemaster
.include <bsd.prog.mk>