aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sade/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-04-30 22:40:06 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-04-30 22:40:06 +0000
commitee1c407b54d0303ac6154f5a5397127cb409b1b3 (patch)
tree04291a07fc7c8d7c5c9cdbcb74819128b46fc53c /usr.sbin/sade/Makefile
parent289f207c81e6c458d8c9131c79f7bfa34b2f098d (diff)
downloadsrc-ee1c407b54d0303ac6154f5a5397127cb409b1b3.tar.gz
src-ee1c407b54d0303ac6154f5a5397127cb409b1b3.zip
Add the ability to use Bzip'ed packages.
Also add the ability to use Bzip'ed distributions -- but this is exclusive of being able to use Gzip'ed distributions. Sponsored by: FreeBSD Mall, Inc.
Notes
Notes: svn path=/head/; revision=95825
Diffstat (limited to 'usr.sbin/sade/Makefile')
-rw-r--r--usr.sbin/sade/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sade/Makefile b/usr.sbin/sade/Makefile
index 96b976d01386..1c4f221ddafc 100644
--- a/usr.sbin/sade/Makefile
+++ b/usr.sbin/sade/Makefile
@@ -15,7 +15,7 @@ SRCS+= pccard.c
.endif
CFLAGS+= -I${.CURDIR}/../../gnu/lib/libdialog -I.
-CFLAGS+= -DX_AS_PKG
+CFLAGS+= -DX_AS_PKG -DUSE_GZIP=1
.if ${MACHINE} == "pc98"
CFLAGS+= -DPC98
.endif