diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1996-10-15 08:35:26 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1996-10-15 08:35:26 +0000 |
commit | 0d7a614f67c8adce78dbaab2770d040a59d5d2f3 (patch) | |
tree | 1902ea0e82954f3c696e46979f3ec9cffec9d74e /usr.bin/vim/Makefile | |
parent | 77fecc13d7167ea316bec588efff0f95144604d8 (diff) |
ld is smarter then we are!
Diffstat (limited to 'usr.bin/vim/Makefile')
-rw-r--r-- | usr.bin/vim/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/vim/Makefile b/usr.bin/vim/Makefile index bd4e61d2595..054aaf1a4af 100644 --- a/usr.bin/vim/Makefile +++ b/usr.bin/vim/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 1996/09/22 01:17:57 downsj Exp $ +# $OpenBSD: Makefile,v 1.5 1996/10/15 08:35:25 downsj Exp $ .PATH: ${.CURDIR}/doc @@ -29,11 +29,11 @@ DOCS= vim_40.txt vim_ami.txt vim_arch.txt vim_diff.txt vim_digr.txt \ # I haven't tried this, but it's a start... # Use the following to build Motif vim: #SRCS+= gui.c gui_motif.c gui_x11.c pty_openbsd.c -#LDADD+= -L/some/where/motif/lib -L/some/where/X11/lib -lXm -lXt -lutil +#LDADD+= -L/some/where/motif/lib -L/some/where/X11/lib -lXm -lXt -lX11 -lutil #CFLAGS+= -I/some/where/motif/include -I/some/where/X11/include -DHAVE_X11 -DUSE_GUI_MOTIF # Use the following to build Athena vim: #SRCS+= gui.c gui_athena.c gui_x11.c pty_openbsd.c gui_at_sb.c -#LDADD+= -L/some/where/X11/lib -lXaw -lXt -lXmu -lutil +#LDADD+= -L/some/where/X11/lib -lXaw -lXt -lXmu -lX11 -lutil #CFLAGS+= -I/some/where/X11/include -DHAVE_X11 -DUSE_GUI_ATHENA CLEANFILES+= mkcmdtab cmdtab.h |