aboutsummaryrefslogtreecommitdiff
path: root/share/sgml/Makefile
blob: 6938b10e27341405c90b509a831655a272706c53 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#	$Id: Makefile,v 1.2 1996/09/08 02:43:26 jfieber Exp $

SUBDIR= FreeBSD ISO transpec
FILES=	CATALOG

BINDIR?=/usr/share

afterinstall:
	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
		${DESTDIR}${BINDIR}/${.CURDIR:T}

.include <bsd.subdir.mk>