freebsd-dev/share/sgml/Makefile
John Fieber e7fefb3ef5 Add last bits of instant(1).
Remove sgmlsasp(1) stuff.
1996-09-08 20:37:40 +00:00

14 lines
287 B
Makefile

# $Id: Makefile,v 1.3 1996/09/08 02:58:28 jfieber Exp $
SUBDIR= FreeBSD ISO transpec
FILES= CATALOG
MAINTAINER=jfieber@freebsd.org
BINDIR?=/usr/share
afterinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
${DESTDIR}${BINDIR}/${.CURDIR:T}
.include <bsd.subdir.mk>