diff --git a/share/sgml/Makefile b/share/sgml/Makefile index fb1b4aa97e3..ca19ffc8f52 100644 --- a/share/sgml/Makefile +++ b/share/sgml/Makefile @@ -1,13 +1,18 @@ -# $Id: Makefile,v 1.3 1996/09/08 02:58:28 jfieber Exp $ +# $Id: Makefile,v 1.4 1996/09/08 20:36:58 jfieber Exp $ SUBDIR= FreeBSD ISO transpec FILES= CATALOG MAINTAINER=jfieber@freebsd.org BINDIR?=/usr/share +DISTRIBUTION?= doc afterinstall: ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \ ${DESTDIR}${BINDIR}/${.CURDIR:T} +distribute: + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \ + ${DISTDIR}/${DISTRIBUTION}${BINDIR}/${.CURDIR:T} + .include