home *** CD-ROM | disk | FTP | other *** search
- --- Makefile.rtr Fri Jan 31 17:26:26 1997
- +++ Makefile Fri Jan 31 17:27:44 1997
- @@ -40,14 +40,14 @@
- #
- # On some System V systems you will need to add "-lPW" to LIBS.
- #
- -LIBS =
- +LIBS = -lbsd
-
-
- CONFIGFILES = Makefile qterm.1 options.3
- CFILES = qterm.c options.c
- HFILES = qterm.h options.h
- OBJS = qterm.o options.o
- -CFLAGS = -O $(DEFS)
- +CFLAGS = -O $(DEFS) -I/usr/include/bsd
-
-
- qterm: $(OBJS) $(HFILES)
-