diff options
author | 1996-09-25 03:59:03 +0000 | |
---|---|---|
committer | 1996-09-25 03:59:03 +0000 | |
commit | 6134cea97b08dc6a38e7815a562088aa600471e9 (patch) | |
tree | 3197cf37f5c3f731148f6f38af02aa8df2aa552b | |
parent | Fixed buffer overflow. (diff) | |
download | wireguard-openbsd-6134cea97b08dc6a38e7815a562088aa600471e9.tar.xz wireguard-openbsd-6134cea97b08dc6a38e7815a562088aa600471e9.zip |
OBJS var needed for crunchgen.
-rw-r--r-- | usr.bin/less/Makefile.bsd-wrapper | 12 |
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)" |