--- trafshow-1.3/Makefile.ewt Thu Dec 4 16:07:40 1997 +++ trafshow-1.3/Makefile Thu Dec 4 16:07:59 1997 @@ -7,7 +7,7 @@ CC = gcc # LD = ld # Not used -CFLAGS = -O6 -Wall -I/usr/include/ncurses +CFLAGS = $(RPM_OPT_FLAGS) -Wall -I/usr/include/ncurses LDFLAGS = # -s LIBS = -lncurses @@ -48,8 +48,8 @@ ci $(DIST) install: all - install -o root -g root -s -m 4711 trafshow /usr/local/bin - install -o root -g root trafshow.1 /usr/local/man/man1 + install -o root -g root -s -m 4711 trafshow /usr/bin + install -o root -g root trafshow.1 /usr/man/man1 dep depend .depend: $(SRCS) $(INCS) gcc -M $(SRCS) > .depend