summaryrefslogtreecommitdiff
path: root/usr.bin/less/Makefile.bsd-wrapper
diff options
context:
space:
mode:
authorkstailey <kstailey@cvs.openbsd.org>1997-08-01 20:14:32 +0000
committerkstailey <kstailey@cvs.openbsd.org>1997-08-01 20:14:32 +0000
commit668929474a6128240730f6f4b46508d4d915e75f (patch)
tree8f0b20ff786da68f0b7e804f6373acf176e23e9a /usr.bin/less/Makefile.bsd-wrapper
parent9e59c367401da8761fc7b999162fd15cd41e3dc8 (diff)
tabify.
Diffstat (limited to 'usr.bin/less/Makefile.bsd-wrapper')
-rw-r--r--usr.bin/less/Makefile.bsd-wrapper12
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/less/Makefile.bsd-wrapper b/usr.bin/less/Makefile.bsd-wrapper
index f8a277bf273..0a1ee8ade8d 100644
--- a/usr.bin/less/Makefile.bsd-wrapper
+++ b/usr.bin/less/Makefile.bsd-wrapper
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.14 1997/08/01 20:12:30 kstailey Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.15 1997/08/01 20:14:31 kstailey Exp $
#
# less config
@@ -51,14 +51,14 @@ CF=
config: .FORCE
.ifndef GLOBAL_AUTOCONF_CACHE
- -rm -f config.cache
+ -rm -f config.cache
.endif
- INSTALL_PROGRAM="${INSTALL} ${INSTALL_COPY} ${INSTALL_STRIP}" \
- /bin/sh ${.CURDIR}/configure --prefix=/usr $(CF)
+ INSTALL_PROGRAM="${INSTALL} ${INSTALL_COPY} ${INSTALL_STRIP}" \
+ /bin/sh ${.CURDIR}/configure --prefix=/usr $(CF)
config.status:
- INSTALL_PROGRAM="${INSTALL} ${INSTALL_COPY} ${INSTALL_STRIP}" \
- /bin/sh ${.CURDIR}/configure --prefix=/usr $(CF)
+ INSTALL_PROGRAM="${INSTALL} ${INSTALL_COPY} ${INSTALL_STRIP}" \
+ /bin/sh ${.CURDIR}/configure --prefix=/usr $(CF)
gnu_build:
${MAKE} ${WCC} ${WCFLAGS} ${WLDFLAGS} LIBS=${LIBS} datadir=${DATADIR} \