summaryrefslogtreecommitdiff
path: root/usr.bin/less
diff options
context:
space:
mode:
authoretheisen <etheisen@cvs.openbsd.org>1996-09-25 03:59:04 +0000
committeretheisen <etheisen@cvs.openbsd.org>1996-09-25 03:59:04 +0000
commita40c7fb2de11dc1847ba1e2e10fadfeeca359b13 (patch)
treeeb0b36adb7fdcd5e019f6b5a36b4555f0fe89d61 /usr.bin/less
parent775043bb0e6613170951c307e560af6d7441b991 (diff)
OBJS var needed for crunchgen.
Diffstat (limited to 'usr.bin/less')
-rw-r--r--usr.bin/less/Makefile.bsd-wrapper12
1 files changed, 11 insertions, 1 deletions
diff --git a/usr.bin/less/Makefile.bsd-wrapper b/usr.bin/less/Makefile.bsd-wrapper
index c1941263f37..77f3e363d86 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.3 1996/09/22 06:34:07 etheisen Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.4 1996/09/25 03:59:03 etheisen Exp $
LINKS= ${BINDIR}/less ${BINDIR}/more ${BINDIR}/less ${BINDIR}/page
@@ -14,6 +14,16 @@ MLINKS= less.1 more.1 less.1 page.1
CLEANFILES= config.cache config.log $(MAN)
#
+# XXX - crunchgen crap
+#
+OBJS= main.o screen.o brac.o ch.o charset.o cmdbuf.o \
+ command.o decode.o edit.o filename.o forwback.o \
+ help.o ifile.o input.o jump.o line.o linenum.o \
+ lsystem.o mark.o optfunc.o option.o opttbl.o os.o \
+ output.o position.o prompt.o search.o signal.o \
+ tags.o ttyin.o version.o
+
+#
# Wrapped flags
#
WCFLAGS= CFLAGS="$(CFLAGS)"