summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.own.mk
diff options
context:
space:
mode:
authorwosch <wosch@FreeBSD.org>1997-03-08 23:46:56 +0000
committerwosch <wosch@FreeBSD.org>1997-03-08 23:46:56 +0000
commitb3214dac27a4faf584604ae7945297f5c5ed52e8 (patch)
tree19570b2bf4473813bccf1244b60a8b7044ccf991 /share/mk/bsd.own.mk
parentbe1a7b3ecea2baf4949a167f614de479ecff1896 (diff)
downloadFreeBSD-src-b3214dac27a4faf584604ae7945297f5c5ed52e8.zip
FreeBSD-src-b3214dac27a4faf584604ae7945297f5c5ed52e8.tar.gz
Add new variables COMPRESS_CMD and COMPRESS_EXT.
bsd.doc.mk: rename GZIPCMD to DCOMPRESS_CMD, add DCOMPRESS_EXT bsd.info.mk: rename GZIPCMD to ICOMPRESS_CMD, add ICOMPRESS_EXT set INFOTMPL to ${INFODIR}/dir-tmpl bsd.man.mk rename ZEXTENSION to MCOMPRESS_EXT, MCOMPRESS to MCOMPRESS_CMD
Diffstat (limited to 'share/mk/bsd.own.mk')
-rw-r--r--share/mk/bsd.own.mk9
1 files changed, 8 insertions, 1 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk
index 00860a1..631c7eb 100644
--- a/share/mk/bsd.own.mk
+++ b/share/mk/bsd.own.mk
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: bsd.own.mk,v 1.9 1997/02/22 13:56:12 peter Exp $
#
# The include file <bsd.own.mk> set common variables for owner,
# group, mode, and directories. Defaults are in brackets.
@@ -18,6 +18,11 @@
# can either be installed with copies, or with moves using
# a single knob. [-c]
#
+# COMPRESS_CMD Program to compress documents.
+# Output is to stdout. [gzip -c]
+#
+# COMPRESS_EXT File name extension of ${COMPRESS_CMD} command. [.gz]
+#
# STRIP The flag passed to the install program to cause the binary
# to be stripped. This is to be used when building your
# own install script so that the entire system can be made
@@ -158,3 +163,5 @@ STRIP?= -s
.endif
COPY?= -c
+COMPRESS_CMD?= gzip -c
+COMPRESS_EXT?= .gz
OpenPOWER on IntegriCloud