diff options
author | jfieber <jfieber@FreeBSD.org> | 1996-09-08 02:43:39 +0000 |
---|---|---|
committer | jfieber <jfieber@FreeBSD.org> | 1996-09-08 02:43:39 +0000 |
commit | c7663f785b7066d2f92130052eea01c79145accb (patch) | |
tree | a24ad17a43777ec202397f210683d524c4554c51 | |
parent | 67e962a95f67997b89503ab7fb8f46050a58080a (diff) | |
download | FreeBSD-src-c7663f785b7066d2f92130052eea01c79145accb.zip FreeBSD-src-c7663f785b7066d2f92130052eea01c79145accb.tar.gz |
Turn on ISO and transpec.
-rw-r--r-- | share/sgml/ISO/Makefile | 6 | ||||
-rw-r--r-- | share/sgml/Makefile | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/share/sgml/ISO/Makefile b/share/sgml/ISO/Makefile index 427cf26..5a44bb8 100644 --- a/share/sgml/ISO/Makefile +++ b/share/sgml/ISO/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1.1.1.4.1 1995/09/17 23:42:31 davidg Exp $ +# $Id: Makefile,v 1.1 1996/09/05 19:58:11 jfieber Exp $ FILES= ISOamsa ISOamsb ISOamsc ISOamsn ISOamso ISOamsr FILES+= ISObox ISOcyr1 ISOcyr2 ISOdia ISOgrk1 ISOgrk2 ISOgrk3 @@ -7,5 +7,9 @@ NOOBJ= noobj all clean cleandir depend lint tags: +afterinstall: + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \ + ${DESTDIR}${BINDIR}/${.CURDIR:T} + .include <bsd.prog.mk> diff --git a/share/sgml/Makefile b/share/sgml/Makefile index ddc70e6..335ef29 100644 --- a/share/sgml/Makefile +++ b/share/sgml/Makefile @@ -1,5 +1,5 @@ -# $Id:$ +# $Id: Makefile,v 1.1.1.1 1995/05/09 23:19:45 jfieber Exp $ -SUBDIR= FreeBSD +SUBDIR= FreeBSD ISO transpec .include <bsd.subdir.mk> |